realslimman
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -135,6 +135,7 @@ else:
|
|
135 |
new_state_dict = state_dict
|
136 |
|
137 |
net.load_state_dict(new_state_dict,strict = False)
|
|
|
138 |
|
139 |
## Authorship
|
140 |
|
|
|
135 |
new_state_dict = state_dict
|
136 |
|
137 |
net.load_state_dict(new_state_dict,strict = False)
|
138 |
+
```
|
139 |
|
140 |
## Authorship
|
141 |
|