Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.4+ and modern versions of TensorFlow/Keras support #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vladkryvoruchko
Copy link
Owner

This PR will bring versions support to Python3.4+ and modern versions of TensorFlow/Keras

Ideally, PSPNet will run on every Python, starting from 3.4+

Issues(the same idea):
#63
#49

As discussed in that issues .h5 and .json models generated by Keras(python3.5), are not supported in python3.6
This is a very general issue, that can occur again on some other versions, even if solution for this case will be provided.

  • Put .npy weights on my personal DropBox: .npy weigths #45
  • Download .npy weights on the first run and convert them with current version of Python and Keras.
  • Load only .npy weights and converting to .h5 .json automatically must resolve Can't load .h5 weights #56
  • Update to a newer version of TensorFlow/Keras/Scipy and resolve all incompatibilities with different Python versions starting from Python3.4+. Define best combinations if needed
  • Define better environment in requirements.txt/README.md: Environment not well defined #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant