EfficientNetB4 with cuda python
I would like to build model EfficientNetB4() with use of GPU.
I have already configured cuda on my machine:
cuda working however I cannot build a model since I every time have an message: error that EfficientNetB4() has no attribute “to”. I would be grateful for help.