mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-29 00:21:16 +01:00
Created tensorboard easy access via Makefile. Set maximum value of total_epoch on training to 10,000 instead of 1000. Updated Readme accordingly, and planning on starting the crepe training feature soon.
This commit is contained in:
6
Makefile
6
Makefile
@@ -34,4 +34,8 @@ base: ## Download base files (Do only once after cloning the fork)
|
||||
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -d ./ -o hubert_base.pt
|
||||
|
||||
run: ## Run the python GUI
|
||||
python infer-web.py --paperspace --pycmd python
|
||||
python infer-web.py --paperspace --pycmd python
|
||||
|
||||
tensorboard: ## Start the tensorboard (Run on separate terminal)
|
||||
echo https://tensorboard-$$(hostname).clg07azjl.paperspacegradient.com
|
||||
tensorboard --logdir logs --bind_all
|
||||
Reference in New Issue
Block a user