refactored model tests

This commit is contained in:
William Falcon
2019-07-24 13:53:34 -04:00
parent a729cfc9cc
commit 0e9e07835c
@@ -55,6 +55,7 @@ class LightningTemplateModel(LightningModule):
:return:
"""
print(x.device)
x = self.c_d1(x)
x = torch.tanh(x)
x = self.c_d1_bn(x)