Skip to content

v0.2.1: update readme

Latest
Compare
Choose a tag to compare
@samsja samsja released this 20 Nov 02:57
· 2 commits to main since this release

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