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
In the official TensorFlow implementation, a WRN with about 23M parameters is used for CIFAR100 (see below image).
Notes
The CLI args for the official code can be found in this issue.
The text was updated successfully, but these errors were encountered:
zijian-hu
changed the title
Architecture used for CIFAR100 is different from official implementation
CIFAR100 has different architecture from official implementation
Sep 9, 2020
In your implementation, WRN28-10 is used which has about 36M parameters.
Your model definition:
FixMatch-pytorch/train.py
Lines 165 to 169 in 9044f2e
I used the following code to get the number of parameters
which gives the following output:
![Annotation 2020-09-09 005826](https://user-images.githubusercontent.com/16883354/92571171-a135c480-f237-11ea-9eb9-4f548fc13f21.png)
In the official TensorFlow implementation, a WRN with about 23M parameters is used for CIFAR100 (see below image).
![fixmatch num params - Copy](https://user-images.githubusercontent.com/16883354/92570605-f3c2b100-f236-11ea-9950-a7d359bf1530.png)
Notes
The CLI args for the official code can be found in this issue.
The text was updated successfully, but these errors were encountered: