-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
After reviewing the mentioned paper in section 5.1:
The fully connected layers contain 3,072 units each
And your other version of this repository written in tensorflow:
Is it possible the following lines were supposed to be "4 * 4 * 192"?
SVHNClassifier-PyTorch/model.py
Line 77 in 5f062e5
| nn.Linear(192 * 7 * 7, 3072), |
SVHNClassifier-PyTorch/model.py
Line 102 in 5f062e5
| x = x.view(x.size(0), 192 * 7 * 7) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels