Trained models not working in Python 3.6+
See original GitHub issueLoading model files gives error SystemError: unknown opcode
.
This is the issue with Keras.
Please provide the models trained on python 3.6.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to load machine learning model in python 3.6 that is ...
1. You can try loading up your model into memory using python 3.5 then saving your model using python 3.6 as the interpreter....
Read more >Python version for pre-trained models · Issue #479 - GitHub
Hello! Which python version did you use when trained your pre-trained models? I get an error while loading it in python 3.6.2.
Read more >Solved: Error when use macro - Download pre-trained model
Solved: Hello, I have installed Python 3.6 by this way (thanks and ) :
Read more >sentence-transformers - PyPI
This example shows you how to use an already trained Sentence Transformer model to embed sentences for another task. First download a pretrained...
Read more >Training Your Own Model — DeepSpeech 0.9.3 documentation
You can download individual CommonVoice v2.0 language data sets from here. ... The central (Python) script is DeepSpeech.py in the project's root directory....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Totally right, so I am going to train it on ADE20K again🤯
Yeah it worked on my local machine after downgrading the local version of python. But in Google Colab there is no way to downgrade Python 3 version, so it cannot be used there,