Example of usage:
python -m pytrainArguments can be passed by command line or by a configuration file or both (command line arguments will overwrite configuration file arguments). Here is an exemple:
python -m pytrain --config_file config.ini --batch_size 8 --dev_testCheck pytrain/config.py for the list of arguments.