-
Notifications
You must be signed in to change notification settings - Fork 58
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
Is there any results done by using Resnet? Many thanks ! #3
Comments
@mathyyj have you meet this problem when use the pretrained model. thanks |
I am training by using resnet ,but the result is not good ,if the result become better,I will upload resnet model |
Hello, is there any result of training by resnet? I am trying to train with a pretrained Resnet152 model import from torchvision, but the weights are not matched. (Since the resnet152 has a final fc layer with 1000 classes), any solution for this? Thanks. |
You can try to modify the code here in the train.py file as follows:
|
hello,have you fixed the problem and do you get the result by training res152? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Many thanks !
The text was updated successfully, but these errors were encountered: