updated args

This commit is contained in:
William Falcon
2019-06-25 19:17:17 -04:00
parent c4da914747
commit 89410e9090
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ class ExampleModel(RootModule):
# TRAINING
# ---------------------
def forward(self, x):
x = self.c_d1(x)
x = F.tanh(x)
x = self.c_d1_bn(x)