Yvonne Chen

Results 3 comments of Yvonne Chen

Found it (i.e. the "c:\path\to\src") shoud mean the root of caffe, which has the CMakeLists.txt in the folder.

Hello @justinchuby One big advantage of adding this Op as a standalone Function is that we can then treat it as an Activation node directly. This is quite helpfule for...

Met similar issue, I worked around it by using https://discuss.pytorch.org/t/runtimeerror-input-type-torch-cuda-floattensor-and-weight-type-torch-halftensor-should-be-the-same/104312/5 i.e. adding autocast like ``` from torch.cuda.amp import autocast with autocast(): outputs = model.forward(tensor) ```