mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
refactored model tests
This commit is contained in:
@@ -106,7 +106,7 @@ class LightningTemplateModel(LightningModule):
|
||||
print('-'*100)
|
||||
print('VAL')
|
||||
print('x: ', x.device)
|
||||
print('model: ', self.c_d1.weight.device)
|
||||
print('model: ', self.c_d1.weight.device, self.c_d1.bias.device)
|
||||
print('-'*100)
|
||||
y_hat = self.forward(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user