124. Model 2: Using a Trick to Find the Input and Output Shapes if Each if Out Layers #1230
Josephthomas17
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our FashionMNISTModelV2 model to automatically find the size of the
in_features
in final Linear layer inself.classifier
we could model the Class like this:And construct the model instance like this:
Beta Was this translation helpful? Give feedback.
All reactions