Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jul 23, 2020
1 parent 764a4b7 commit 6aaf451
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 @@ -141,7 +141,7 @@ myhan, history = train_HAN(input_vectorized, labels_vectorized, myhan, optimizer
torch.save(myhan.state_dict(), "myhan.pt")
```

Then, we may load the model by setting up a ne HAN object and loading the parameter weights from the file:
Then, we may load the model by setting up a new HAN object and loading the parameter weights from the file:

```python
# Load the model weights
Expand Down

0 comments on commit 6aaf451

Please sign in to comment.