question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trained models not working in Python 3.6+

See original GitHub issue

Loading 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:open
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
CinKKKyocommented, Apr 27, 2019

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,

Totally right, so I am going to train it on ADE20K again🤯

1reaction
yasharmastercommented, Apr 24, 2019

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,

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found