mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
update
This commit is contained in:
parent
daa9f45941
commit
7af85c7f2c
@ -28,7 +28,7 @@ if [ "${MODE}" = "MMVC" ] ; then
|
||||
python3 MMVCServerSIO.py -t MMVC $PARAMS #2>stderr.txt
|
||||
|
||||
elif [ "${MODE}" = "TRAIN" ] ; then
|
||||
python3 -m tensorboard.main --logdir /MMVC_Trainer/logs --port 6006 --host 0.0.0.0 &
|
||||
python3 -m tensorboard.main --logdir MMVC_Trainer/logs --port 6006 --host 0.0.0.0 &
|
||||
python3 MMVCServerSIO.py -t TRAIN $PARAMS
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user