Release
Allow to pass config file with a whitespace after the @
.
Example
python main.py --train @ train_config.json
is equivalent to the old way
python main.py --train @train_config.json
Allow to pass config file with a whitespace after the @
.
Example
python main.py --train @ train_config.json
is equivalent to the old way
python main.py --train @train_config.json