Skip to content

LoveSiameseCat/MoE-FFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoE-FFD


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


Requirements

  • python == 3.8.5
  • timm == 0.5.4
  • pytorch == 1.8.0
  • albumentations == 1.1.0

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}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages