Browse Source

'README.md' ändern

Dimitri Korsch 6 years ago
parent
commit
de364b776e
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -44,3 +44,16 @@ main(parser.parse_args())
 
 ```
 
+This script can be called as following:
+
+```bash
+python script.py path/to/data path/to/labels path/to/model \
+    --gpu 0 1 \
+    -lr 0.001 -lrs 30 -lrd 0.1 -lrt 1e-7 \
+    --batch_size 32 \
+    --epochs 90 \
+    --loglevel DEBUG \
+    --logfile path/to/logs
+    
+```
+