From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Mon, 17 Feb 2020 23:52:58 +0000 (-0600) Subject: Update README.md X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=ee27a274865daf839c8ec26be8abeaff56e6592f;p=ml-audio-enhancer Update README.md --- diff --git a/README.md b/README.md index 7372e36..29dbd2c 100644 --- 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 +``` + +