Skip to content

Commit

Permalink
identify pretrain model path
Browse files Browse the repository at this point in the history
  • Loading branch information
lxueaa committed Aug 24, 2021
1 parent 716b5b6 commit c45a9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deeprapper/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python generate.py \
--save_samples \
--save_samples_dir 'samples_save_dir' \
--samples_sign 'sample_name' \
--model_dir 'model/lyrics/lyrics_samples_reverse/samples' \
--model_dir 'model/deeprapper-model' \
--model_config 'config.json' \
--enable_final \
--enable_sentence \
Expand Down
2 changes: 1 addition & 1 deletion deeprapper/train.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python train.py \
--device 'cpu' \
--device '0,1' \
--stride 1024 \
--model_config 'config/model_config_small.json' \
--model_dir 'model' \
Expand Down

0 comments on commit c45a9b8

Please sign in to comment.