Guillermo García
|
89daa407e5
|
train.py report argument as store_true
Default is false: python train.py
If want the report: python train.py --report
|
2018-12-05 16:57:16 +01:00 |
|
Guillermo García
|
b1fb6fa33d
|
train.py resume argument as store_true
Default is false.
If want to resume, call train.py --resume
|
2018-12-05 16:57:16 +01:00 |
|
Guillermo García
|
c807c16b79
|
Fix argument parser bad practice
Keep parsing inside __main__ block and call methods with arguments
Add double -- for long argument names (- reserved for shortcuts)
|
2018-12-05 16:57:16 +01:00 |
|
Guillermo García
|
5a566454f5
|
Extract seed and cuda initialization utils
|
2018-12-05 11:55:27 +01:00 |
|