idstcv / GPU-Efficient-Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow 1 channel input?

turian opened this issue · comments

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.

Would love to have this feature

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.