]> Repos - ml-audio-enhancer/commitdiff
Update README.md
authorAndrew Gundersen <53452154+gundersena@users.noreply.github.com>
Mon, 17 Feb 2020 23:52:58 +0000 (17:52 -0600)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 23:52:58 +0000 (17:52 -0600)
README.md

index 7372e367041a504c1b6b6063c469f65f2dcec454..29dbd2ced92ef3fdb2d15890d749e17cfb21f994 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,3 +56,18 @@ Argument Reference | eval
 -c FROM_CKPT      bool, begin eval at last checkpoint
 ```
 
+Example
+
+Train
+```
+python3 main.py train \
+  -i 1 -c false -k True -d 8192 -x 100 -e 10 -b 32
+```
+
+Eval
+```
+python3 main.py train \
+  -i 1 -n 10 -w ../data/val-files.txt -r 4 -s 16000 -True -c False
+```
+
+