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 @HuguesTHOMAS
I want to implement KPConv in transfer learning mode. I want to use the weights from a pretrained model (trained on dataset1) and train it further on a new dataset (dataset2). It may be noted that there are only 2 classes in both datasets.
But I am getting a training behaviour as if I am training the model from the scratch (on dataset2). I am not sure if the weights are loaded correctly.
I have just provided the path (of trained snapshot) to restore_snap in line 95 of trainer.py. Is there a way to check if the weights are loaded correctly.
Please suggest any other changes I need to make in the code. I have also referred to this issue #43
The text was updated successfully, but these errors were encountered:
Hi @HuguesTHOMAS
I want to implement KPConv in transfer learning mode. I want to use the weights from a pretrained model (trained on dataset1) and train it further on a new dataset (dataset2). It may be noted that there are only 2 classes in both datasets.
But I am getting a training behaviour as if I am training the model from the scratch (on dataset2). I am not sure if the weights are loaded correctly.
I have just provided the path (of trained snapshot) to restore_snap in line 95 of trainer.py. Is there a way to check if the weights are loaded correctly.
Please suggest any other changes I need to make in the code. I have also referred to this issue #43
The text was updated successfully, but these errors were encountered: