scnn_pytorch icon indicating copy to clipboard operation
scnn_pytorch copied to clipboard

Pytorch implementation of SCNN

Results 14 scnn_pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your code. But when i run the t7_to_pth.py with PyTorch 0.4.1, some error happens,the error is as follows: File "t7_to_pth.py", line 93, in model2[prefix+'conv_d.weight'] = model1.modules[42].modules[6].modules[0].modules[0].modules[2].modules[0].modules[1].modules[1].weight...

Which version of Opencv 2.4.? do you use in the executable file "evaluate" ?

Hello, "1: tools/evaluate: not found\n' " this fault occured when I run to the eval() function in train.py. Could you help me?

Hello,I don't know how to use 2 GPUs to run this code. Could you teach me? Thank you very much.