lakshay
initial deploy — mel spectrogram TTS from scratch
4285765
Raw
History Blame Contribute Delete
298 Bytes
cp ../project/model.py ./model.py
cp ../preprocessing/expanding_text.py ./expanding_text.py
cp ../config/config.json ./config.json
cp ../config/vocabulary/full_vocabulary.json ./full_vocabulary.json
cp ../checkpnts/NAR_run_v2_500_epochs/best_model.pth ./best_model.pth
echo "Deploy files updated"