Update README.md

This commit is contained in:
William Falcon
2019-03-30 21:48:28 -04:00
committed by GitHub
parent dc17445c77
commit a61e2817bb
+1 -1
View File
@@ -65,7 +65,7 @@ trainer.fit(model)
```python
import torch.nn as nn
class ExampleModel(RootModule):
class My_Model(RootModule):
def __init__(self):
# define model