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
Can you please support choosing the number of channels? I have 1 channel input.
EfficientNet allows you to specify the number of input channels, for example if the image is grayscale.
https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py#L321 in_channels is 3 by default but can be set to one.
The text was updated successfully, but these errors were encountered:
Would love to have this feature
Sorry, something went wrong.
Sorry for the late reply!
This project is obsoleted and the development is merged into our ICCV 2021 work Zen-NAS. The new Github repository is https://github.com/idstcv/ZenNAS.
No branches or pull requests
Can you please support choosing the number of channels? I have 1 channel input.
EfficientNet allows you to specify the number of input channels, for example if the image is grayscale.
https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py#L321
in_channels is 3 by default but can be set to one.
The text was updated successfully, but these errors were encountered: