Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy authored Aug 7, 2023
1 parent b3d750a commit e8d0907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
model = DeepSpeakerModel()

# Load the checkpoint.
# Load the checkpoint. https://drive.google.com/file/d/1F9NvdrarWZNktdX9KlRYWWHDwRkip_aP.
# Also available here: https://share.weiyun.com/V2suEUVh (Chinese users).
model.m.load_weights('ResCNN_triplet_training_checkpoint_265.h5', by_name=True)

# Sample some inputs for WAV/FLAC files for the same speaker.
Expand Down

0 comments on commit e8d0907

Please sign in to comment.