You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi kamwoh, do you use the efficientnet to train your own model or use pretrained models? If you use the pretrained models, the newly released version demands to add model.eval() after the model load.
Faced error: RuntimeError: expected backend CUDA and dtype Float but got backend CPU and dtype Float
when I try to run on GPU, this error happens, the error direct me to this line, I think we should convert
binary_tensor
to inputs.device:binary_tensor = torch.floor(random_tensor).to(inputs.device)
The text was updated successfully, but these errors were encountered: