mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
refactored model tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user