-
In Lecture 108 timestamp 12:07 His code is: torch.manual_seed(42) model_0.cpu() His output is: FashionMNISTModelV0( my output is: Why don't they match? for reference my model is: def forward(self, x): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I didn't inherit from nn.Module |
Beta Was this translation helpful? Give feedback.
I didn't inherit from nn.Module