LoveSiameseCat / MoE-FFD

16 stars 1 forks source link

MoE-FFD


This repository contains the official PyTorch implementation for MoE-FFD.


Requirements

Training:

To train the model, use the train command as follow:

python train.py

Evaluate:

To evaluate the trained model, use the evaluation command as follow:

python eval.py --model_path {your trained model}