Update README.md
This commit is contained in:
parent
300defd24a
commit
22c00f5f06
1 changed files with 17 additions and 3 deletions
20
README.md
20
README.md
|
|
@ -23,11 +23,11 @@ python 3 main.py train -h
|
|||
python 3 main.py eval -h
|
||||
```
|
||||
|
||||
Argument Reference:
|
||||
Argument Reference | train
|
||||
|
||||
'''
|
||||
```
|
||||
Arguments:
|
||||
-h, --help help
|
||||
-h, --help
|
||||
-i MODEL_ID an index you can add to querey the model later
|
||||
-c FROM_CKPT bool, begin training session from a checkpoint
|
||||
-k NEW_DATA bool, make new set of data
|
||||
|
|
@ -40,3 +40,17 @@ Arguments:
|
|||
-n MIN_LR min learning rate (only for SGDR)
|
||||
```
|
||||
|
||||
Argument Reference | eval
|
||||
|
||||
```
|
||||
Arguments:
|
||||
-h, --help
|
||||
-i MODEL_ID model ID to use
|
||||
-n NUM_EXAMPLES number of examples/files to run
|
||||
-w WAVFILE_LIST list to pull examples from
|
||||
-r SCALE level of upsampling
|
||||
-s SAMPLE_RATE target sample rate
|
||||
-a MAKE_AUDIO bool, make audio or just spectrograms
|
||||
-c FROM_CKPT bool, begin eval at last checkpoint
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue