Skip to content

Goofy Hydra is a Transport Layer Link Aggregator based on Transformer

License

Notifications You must be signed in to change notification settings

lmxx1234567/goofy-hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goofy Hydra

Goofy Hydra is a Transport Layer Link Aggregator based on Transformer

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/lmxx1234567/goofy-hydra.git
  1. Create a conda environment
cd goofy-hydra
conda env create -f environment.yml
  1. Activate the conda environment
conda activate goofy-hydra
  1. Install the package
pip install -e .

Usage

To pretrain the model, run the following command:

python pretrain.py

To finetune the model, run the following command:

python train.py

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Goofy Hydra is a Transport Layer Link Aggregator based on Transformer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published