-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to use my own data set to classify? #6
Comments
Thanks for your feedback. You need to first generate data augmentations using code in the "paraphrase" folder. Then you can generate training, validation and test dataset using code in the "utils" folder. |
Thank you so much. |
Does this mean to predict the label, it will need both the input test data and the support data? |
You can't predict using y_pred = model(x) because this model is applied in meta-learning. That means you must prepare a support set for prediction. |
Hello, do you have the code for contrastNet? Could you share it with me? |
Please see the "master" branch. |
How to apply this code to classify using my own dataset?
I can't see how the model is trained and saved.
The text was updated successfully, but these errors were encountered: