Skip to content

Commit

Permalink
Update LOCAL.md
Browse files Browse the repository at this point in the history
Add Windows version delete training data command
  • Loading branch information
ak8893893 authored Jul 11, 2023
1 parent f2f8777 commit 1ba65b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LOCAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@
12. After training is completed, you can use your model by running:
`python VC_inference.py --model_dir ./OUTPUT_MODEL/G_latest.pth --share True`
13. To clear all audio data, run:
### Linux
```
rm -rf ./custom_character_voice/* ./video_data/* ./raw_audio/* ./denoised_audio/* ./segmented_character_voice/* long_character_anno.txt short_character_anno.txt
```
### Windos
```
del /Q /S .\custom_character_voice\* .\video_data\* .\raw_audio\* .\denoised_audio\* .\segmented_character_voice\* long_character_anno.txt short_character_anno.txt
```


0 comments on commit 1ba65b1

Please sign in to comment.