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
This leads to mismatch in model dimensions when loading a pretrained model.
Additionnaly, the required method change_num_class_for_finetuning, that used to be part of the NN module, is not there anymore. This means that finetuning for a different number of classes is not supported (cf. finetuning callbacks)
The text was updated successfully, but these errors were encountered:
https://github.com/IGNF/myria3d/blob/2260b080b6b152cd168d5cea86723a77f868dfcc/myria3d/train.py#L30C34-L30C34
This leads to mismatch in model dimensions when loading a pretrained model.
Additionnaly, the required method
change_num_class_for_finetuning
, that used to be part of the NN module, is not there anymore. This means that finetuning for a different number of classes is not supported (cf. finetuning callbacks)The text was updated successfully, but these errors were encountered: