Sun weizhen

Results 6 issues of Sun weizhen

Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch.I encountered the following issues during the verification. Traceback (most recent...

Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch. I encountered the following issues during the verification.The data label...

Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch. When I finished the training part, I encountered the following...

When I run "train", I get an error:No such file or directory: 'data/coco.json'。Can you tell me how to generate this coco.json file?

When running a program like: ``` self.layer4 = nn.Sequential( nn.MaxPool2d(kernel_size=2, stride=2), nn.ChannelShuffle(2) ) ``` I get the error message: ``` RuntimeError: derivative for channel_ shuffle is not implemented ``` cc...

feature
module: autograd
module: nn
triaged