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

Another fix for the same issue was already merged: https://github.com/gmalivenko/pytorch2keras/pull/133 ---- See: https://github.com/onnx/onnx/issues/582#issuecomment-824263936 > As of 2021 March 15th, the optimizer is no longer part of the `onnx` repo ([source](https://github.com/onnx/onnx/pull/3288))....

**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...

bug

**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](https://user-images.githubusercontent.com/33591258/149786506-ebbd8192-5b33-4ea4-9453-e5409ee75bec.png) I am using ubuntu20.04,...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** __Snippet of your code__ **Expected behavior** A clear and concise description of what you expected...

bug

How to solve this problem? Thank you very much. ![image](https://user-images.githubusercontent.com/27360803/150632361-2fa4f863-7031-423d-8d5d-5f4f0e1d9a91.png)

bug

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...

bug

**Feature request** Hello, I'm working on Deit from facebook ([here](https://github.com/facebookresearch/deit)). Can you please support all its layers? there are some missing layers like Where, Equal.. Thank you.

enhancement

**Feature request** I'm having trouble exporting the Roberta model from the fairseq library to Tensorflow. Below is some example code of how I am currently loading Roberta and my initial...

enhancement

**Describe the bug** I want to convert nfnet (eca_nfnet_l2, dm_nfnet_f3) models from pytorch to keras. These models are implemented by timm. So, I used pytorch2keras package. Also, I tried converting...

bug