rpautrat / DL_framework

Personal Pytorch framework to train and run deep learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DL_framework

Personal Pytorch framework to train and run deep learning algorithms

Installation

make install

Training

python framework/experiment.py train <path_to_config> <path_to_experiment_folder>

Testing

python framework/experiment.py test <path_to_config> <path_to_experiment_folder> <path_to_checkpoint_file>

About

Personal Pytorch framework to train and run deep learning algorithms

License:MIT License


Languages

Language:Python 99.8%Language:Makefile 0.2%