-
Notifications
You must be signed in to change notification settings - Fork 103
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
About semisupervised_MNIST_CIFAR10 #32
Comments
|
Thank you so much, I found the reason is that, there are no init files in each package. Another problem is when I run main_superpixels_graph_classification.py I got : I] Loading dataset MNIST...
|
This is finetuning code, please use the pretraining code first. |
Ok. thank you. I find the path of saved model of finetuen and pretrain is different. So I got the error information. Thank you! hua zheng ***@***.*** 签名由 网易邮箱大师 定制 On 07/11/2021 20:56, Aventador wrote: This is finetuning code, please use the pretraining code first. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
|
When I run main_superpixels_contrastive.py
I got
f = pickle.load(f)
ModuleNotFoundError: No module named 'data.superpixels'
I don't know why "f = pickle.load(f)" can cause this problem?
The text was updated successfully, but these errors were encountered: