Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Apr 27, 2023
1 parent 4dca53d commit 6b9dde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions py/g2p/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
editdistance==0.6.0
editdistance==0.6.2
hydra-core==1.3.2
numpy==1.21.5
omegaconf==2.1.1
onnxruntime==1.10.0
torch==1.10.2
torchaudio==0.10.2
tqdm==4.62.3
omegaconf==2.1.2
torch==2.0.0
torchaudio==2.0.1
tqdm==4.65.0
2 changes: 1 addition & 1 deletion py/g2p/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def export(trainer, model_path, onnx_path):
model=hydra.utils.instantiate(cfg),
dataset=dataset,
batch_size=256,
epochs=1)
epochs=10)

train(trainer)

Expand Down

0 comments on commit 6b9dde1

Please sign in to comment.