We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EfficientNet.from_pretrained("efficientnet-b{}".format(bN), num_classes=6, in_channels=channels)
TypeError: from_pretrained() got an unexpected keyword argument 'in_channels'
might have to do with the fact that there are 2 from_pretrained() methods? not exactly sure
Edit: I made some changes in my fork, will post a PR once I have time to test it
The text was updated successfully, but these errors were encountered:
#94 Fixed this issue and tweaked from_name as well
Sorry, something went wrong.
No branches or pull requests
might have to do with the fact that there are 2 from_pretrained() methods? not exactly sure
Edit: I made some changes in my fork, will post a PR once I have time to test it
The text was updated successfully, but these errors were encountered: