Open vitoriarlima opened 2 years ago
This failure I think is mentioned in this issue: https://github.com/gmalivenko/pytorch2keras/issues/132. Based on my own use of the package, it is fixed in the version of the repo in master, but not in the most current version on pypi. You will need to install via pip the most recent commit: https://stackoverflow.com/questions/13685920/install-specific-git-commit-with-pip. I don't know how to do this with colab. I think this package needs a new PyPi version, since the most recent PyPi version is from 2020.
You might also be able to use an old version of onnx, but I forget specifics.
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
Expected behavior I am trying to import pytorch 2 keras but it required me to install onnx which I did but then it complains that some of the things you are importing do not exist
Environment (please complete the following information): I am trying import this to a Jupiter notebook on Google Colab