mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +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
|
python3 MMVCServerSIO.py -t MMVC $PARAMS #2>stderr.txt
|
||||||
|
|
||||||
elif [ "${MODE}" = "TRAIN" ] ; then
|
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
|
python3 MMVCServerSIO.py -t TRAIN $PARAMS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user