Skip to content

Commit

Permalink
update model import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Chen committed Jul 6, 2020
1 parent 216784f commit bfbf39f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 325 deletions.
324 changes: 0 additions & 324 deletions examples/pipeline_wavernn/model.py

This file was deleted.

2 changes: 1 addition & 1 deletion examples/pipeline_wavernn/wavernn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from transform import Transform
from datasets import datasets_ljspeech, collate_factory
from typing import List
from model import _WaveRNN
from torchaudio.models import _WaveRNN
from torch.utils.data import DataLoader
from torchaudio.datasets.utils import bg_iterator
from torch.optim.lr_scheduler import ExponentialLR, ReduceLROnPlateau
Expand Down

0 comments on commit bfbf39f

Please sign in to comment.