Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 376 Bytes

recon

an universal deep learning framework for training model in either distributed data parallel mode or single gpu mode

Installation

pip install .

Example

an example experiment has been given by config/cfg_cifar100.py.

Suggestion for writing a config file

  • try to use logger_info to print message, because it will write info to the log file