Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Jun 29, 2023
1 parent 0599b5e commit dc9e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ text_to_semantic = TextToSemantic(

# load the trained text-to-semantic transformer

text_to_semantic.load_state_dict(torch.load('/path/to/trained/model.pt'))
text_to_semantic.load('/path/to/trained/model.pt')

# pass it into the soundstorm

Expand Down

0 comments on commit dc9e7c5

Please sign in to comment.