pytorch2keras icon indicating copy to clipboard operation
pytorch2keras copied to clipboard

PyTorch to Keras model convertor

Results 65 pytorch2keras issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am running the below code snippet and getting this error. ValueError: 'onnx::Ma/' is not a valid root scope name. A root scope name has to match...

bug

**Describe the bug** I get an error when I convolve with the padding !=0 **To Reproduce** this is my model ``` class Generator(nn.Module): def __init__(self): super(Generator, self).__init__() self.conv1 = nn.Conv2d(1,...

bug

**Describe the bug** I trained a LeNet5 model with MNIST under Pytorch and used pytorch2keras to transfer it to a Keras model. But I found that the accuracy of the...

bug

name_policy is the correct_argument.

this converter can save weight parameter as well? if i am using pth file , is it save model's parameter as well?

bug