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 am new to Flax and am trying to learn it. Regarding the ResNet example, it seems that the initial parameters, when not using pretraining, do not match those provided in torchvision.models.
Hi,
I am new to
Flax
and am trying to learn it. Regarding the ResNet example, it seems that the initial parameters, when not using pretraining, do not match those provided intorchvision.models
.I was wondering if using
flax.linen.initializers.he_normal
could help address this.Since there are no official ResNet models in Flax, do you have any suggestions on how to replicate the ResNet-18 model from
torchvision.models
in JAX?Thank you!
The text was updated successfully, but these errors were encountered: