Akimoto-Cris / pytorch-CPR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-CPR

Requirements

Training

cd ./exp/{your_experiment_folder}
vim {your_experiment_name}.json     # follow the format in default json
cd {project_root}/src/
python main.py -c ../exp/{your_experiment_folder}/{your_experiment_name}.json

Testing

cd {project_root}/src/
python eval.py -c ../exp/{your_experiment_folder}/{your_experiment_name}.json

About


Languages

Language:Python 65.3%Language:Jupyter Notebook 34.7%