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
Hi!
Thank you for sharing this code!
I have a newbie question,
We are trying to run it with the weights: genesis_nnunet_luna16_006.model on the Task004_Hippocampus data,
but we get the print : "Training from scratch", meaning we are not using the weights.
I checked and the condition: (model_dict[key].shape == pretrained_dict[key].shape) is False.
It would be great if you are familiar with the reason and maybe can clarify it for us,
and tell us if what we are trying to do is even possible.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for sharing this code!
I have a newbie question,
We are trying to run it with the weights: genesis_nnunet_luna16_006.model on the Task004_Hippocampus data,
but we get the print : "Training from scratch", meaning we are not using the weights.
I checked and the condition: (model_dict[key].shape == pretrained_dict[key].shape) is False.
It would be great if you are familiar with the reason and maybe can clarify it for us,
and tell us if what we are trying to do is even possible.
Thanks in advance!
The text was updated successfully, but these errors were encountered: