issues Search Results · repo:gmalivenko/pytorch2keras language:Python
Filter by
127 results
(65 ms)127 results
ingmalivenko/pytorch2keras (press backspace or delete to remove)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 ...
bug
krgy12138
- 1
- Opened on May 27, 2023
- #151
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 Keras model is only about 10% while the Pytorch ...
bug
MT010104
- Opened on Jan 7, 2023
- #150
When I want to transfer the pre-trained models(LeNet5 or VGG16) by myself, an error is always reported. img width= 987
alt= image src= https://user-images.githubusercontent.com/65756145/210202437-130498ef-ebd9-4069-9260-aa68dafe94a9.png ...
MT010104
- Opened on Jan 2, 2023
- #149
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 the following pattern:
^[A-Za-z0-9.][A-Za-z0-9_.\/ ...
bug
pranoyr
- 4
- Opened on Nov 18, 2022
- #147
this converter can save weight parameter as well?
if i am using pth file , is it save model s parameter as well?
bug
netilovefm1
- Opened on Sep 27, 2022
- #146
Describe the bug
There are dependencies of this repo that are not clear and old
To Reproduce Snippet of my code
Trying to import pytorch to eras Screenshot 2022-05-08 at 16 50 07
Screenshot 2022-05-08 ...
bug
vitoriarlima
- 1
- Opened on May 8, 2022
- #144
Feature request As mentioned in the important notice, channels_first should be defined first. However, I try to define
channels_last and convert the model into NHWC but it doesn t work. May I know is it ...
enhancement
JJLim99
- Opened on Apr 15, 2022
- #143
I don t know whether this issue is actually with this project (the pytorch2onnx part) or rather onnx2keras. Please move
it if applicable.
Describe the bug I m trying to convert a model that uses double ...
bug
HarHarLinks
- 1
- Opened on Jan 19, 2022
- #140
Describe the bug While running
import pytorch2keras
k_model = pytorch2keras (model_pt, input_var, [(3, 32, 32,)], verbose=True, names= short )
I am getting the following error: image
I am using ubuntu20.04, ...
bug
avani17101
- 5
- Opened on Jan 17, 2022
- #139

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.