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
/Users/arokem/source/mri2mri/mri2mri/networks.py:23: UserWarning: nn.init.normal is now deprecated in favor of nn.init.normal_.
init.normal(m.weight.data, 0.0, 0.02)
/Users/arokem/source/mri2mri/mri2mri/networks.py:27: UserWarning: nn.init.normal is now deprecated in favor of nn.init.normal_.
init.normal(m.weight.data, 1.0, 0.02)
/Users/arokem/source/mri2mri/mri2mri/networks.py:28: UserWarning: nn.init.constant is now deprecated in favor of nn.init.constant_.
init.constant(m.bias.data, 0.0)
The text was updated successfully, but these errors were encountered:
Currently getting some deprecation warnings:
The text was updated successfully, but these errors were encountered: