removed self.model refs

This commit is contained in:
William Falcon
2019-06-26 18:05:48 -04:00
parent bc0278252e
commit c1cbb1039a
+1 -1
View File
@@ -44,7 +44,7 @@ class ExampleModel(RootModule):
def forward(self, x):
x = self.c_d1(x)
x = F.tanh(x)
x = torch.tanh(x)
x = self.c_d1_bn(x)
x = self.c_d1_drop(x)