-
Notifications
You must be signed in to change notification settings - Fork 66
Patch size #34
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
Comments
Hello, you can edit the patch size but you need to do it properly. The EfficientNet returns images with different shapes depending on the block: 1 torch.Size([64, 24, 56, 56]) Starting from one of these outputs you need to adapt the rest of the settings. To do that it may be useful my answer to this other issue: #27 (comment) Pay attention, in that answer I talked about the Medium article table but it seems to be not totally correct, use the one I wrote in this answer. Obviously if you change the patch size and other settings you will need to retrain the network with the new architecture. |
Ok, thank you for the related parameters, i will try one of that one and and then i'll retrain the network. Edit: 1 torch.Size([64, 24, 56, 56]) |
Hi, it's possible edit the patch size and the related options (E.g. 14 instead of 7)? Or is required retrain the model?
Thanks.
The text was updated successfully, but these errors were encountered: