Goofy Hydra is a Transport Layer Link Aggregator based on Transformer
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository
git clone https://github.com/lmxx1234567/goofy-hydra.git
- Create a conda environment
cd goofy-hydra
conda env create -f environment.yml
- Activate the conda environment
conda activate goofy-hydra
- Install the package
pip install -e .
To pretrain the model, run the following command:
python pretrain.py
To finetune the model, run the following command:
python train.py
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.