You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it in file alexnet.py, Line31 nn.Conv2d(384, 256, 3, 1, groups=2) .
The output - channel is 256, and it should be 128, did the author change it or I'm wrong?
or it is some special things?
PLEASE HELP ME !!
I'm so confused!
The text was updated successfully, but these errors were encountered:
I found it in file
alexnet.py
,Line31 nn.Conv2d(384, 256, 3, 1, groups=2)
.The output - channel is 256, and it should be 128, did the author change it or I'm wrong?
or it is some special things?
PLEASE HELP ME !!
I'm so confused!
The text was updated successfully, but these errors were encountered: