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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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