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
Possibly a nit - but it seems like we use the same hidden size for both the projection and prediction MLP, when in fact the projection MLP's hidden fc is supposed to be of dimension 2048 and the prediction MLP of hidden size 512. This is based on the Baseline settings sub-section of the paper's Methods section.
The text was updated successfully, but these errors were encountered:
https://github.com/PyTorchLightning/pytorch-lightning-bolts/blob/61d3a26f45b8f01232e76e18d22d55eecb4e6c77/pl_bolts/models/self_supervised/simsiam/models.py#L45
Possibly a nit - but it seems like we use the same hidden size for both the projection and prediction MLP, when in fact the projection MLP's hidden fc is supposed to be of dimension 2048 and the prediction MLP of hidden size 512. This is based on the Baseline settings sub-section of the paper's Methods section.
The text was updated successfully, but these errors were encountered: