Hi @ResearchingDexter , there might be something wrong with the
a_b=list(a_b.chunk(self.M,dim=1))
And it always give me this error unless I turn of cudnn which makes it very slow:
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.
Any suggestion?