Skip to content

Commit 6aaf451

Browse files
committed
Fix typo
1 parent 764a4b7 commit 6aaf451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ myhan, history = train_HAN(input_vectorized, labels_vectorized, myhan, optimizer
141141
torch.save(myhan.state_dict(), "myhan.pt")
142142
```
143143

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

146146
```python
147147
# Load the model weights

0 commit comments

Comments
 (0)