pytorch2keras
pytorch2keras copied to clipboard
PyTorch to Keras model convertor
**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...
**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,...
**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...
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?