소스 검색

'README.md' ändern

Dimitri Korsch 6 년 전
부모
커밋
de364b776e
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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
+    
+```
+