Update README.md

This commit is contained in:
William Falcon
2019-03-30 21:49:22 -04:00
committed by GitHub
parent 4d1d08a186
commit 5a52290511
+1
View File
@@ -68,6 +68,7 @@ from torch import nn
class My_Model(RootModule):
def __init__(self):
# define model
self.l1 = nn.Linear(200, 10)
# ---------------
# TRAINING