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
nn.PReLU() shouldn't set x or s in Sequential, for example, from my code, I think nn.PReLU(x) is false in Sequential(It will cause bug torch.cuda.FloatTensor is not a Module subclass). We should change it nn.PReLU(), it seems right in Sequential
The text was updated successfully, but these errors were encountered:
nn.PReLU() shouldn't set x or s in Sequential, for example, from my code, I think nn.PReLU(x) is false in Sequential(It will cause bug torch.cuda.FloatTensor is not a Module subclass). We should change it nn.PReLU(), it seems right in Sequential
The text was updated successfully, but these errors were encountered: