Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer Learning #167

Open
Connect2Aditya opened this issue Aug 10, 2023 · 0 comments
Open

Transfer Learning #167

Connect2Aditya opened this issue Aug 10, 2023 · 0 comments

Comments

@Connect2Aditya
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant