-
Notifications
You must be signed in to change notification settings - Fork 151
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
Where the fine-tuning in the code #55
Comments
Thanks for your interest in our work. Could you please which test data you refer to? We have meta-train and meta-test stages. In each stage, we will sample episodes. Thus we have episode train and episode test. Do you mean fine-tuning on episode test data? |
Thank you for your timely reply. Yes,i do mean fine-tuning on episode test data. I use the test data in the mini-imagement dataset under the meta-test stage. The support set in the test data should be fine tuned FTN + 1, is that right? Thank you very much! |
The fine-tuning on the episode test is implemented by the following function: meta-transfer-learning/pytorch/models/mtl.py Lines 84 to 107 in 5c12cc4
If you have further questions, feel free to add more comments to this issue. |
Thank you very much! I got it! Thank you! |
Hi Liu,i appreciate your work very much. In the process of my study, there is a difficult problem to understand. Can tou give me some help. I think fine-tuning should be implemented using test data sets. However, there seems to be no tuning step for the test data in the code. Can you tell me where the fine tuning steps have been implemented? In addition, i use your pytorch code.
The text was updated successfully, but these errors were encountered: