Giter Site home page Giter Site logo

mask_galaxy's People

Contributors

hfarias avatar hfariasaroca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mask_galaxy's Issues

KeyError: b'tensorflow'

Converted the image format from jpg to fits and encountered an error where the model could not be loaded.
`KeyError Traceback (most recent call last)

in
14 # Load trained weights
15 print("Loading weights from ", model_path)
---> 16 model.load_weights(model_path, by_name=True)
17

E:\pycharmworkspace\mask_galaxy-master\mrcnn\model.py in load_weights(self, filepath, by_name, exclude)
2131
2132 if by_name:
-> 2133 saving.load_weights_from_hdf5_group_by_name(f, layers)
2134 else:
2135 saving.load_weights_from_hdf5_group(f, layers)

e:\pycharmworkspace\mask_galaxy-master\venv\lib\site-packages\keras\engine\topology.py in load_weights_from_hdf5_group_by_name(f, layers, skip_mismatch)
3217 weight_values,
3218 original_keras_version,
-> 3219 original_backend)
3220 if len(weight_values) != len(symbolic_weights):
3221 if skip_mismatch:

e:\pycharmworkspace\mask_galaxy-master\venv\lib\site-packages\keras\engine\topology.py in preprocess_weights_for_loading(layer, weights, original_keras_version, original_backend)
3043 'ConvLSTM2D']
3044 if layer.class.name in conv_layers:
-> 3045 if _need_convert_kernel(original_backend):
3046 weights[0] = conv_utils.convert_kernel(weights[0])
3047 if layer.class.name == 'ConvLSTM2D':

e:\pycharmworkspace\mask_galaxy-master\venv\lib\site-packages\keras\engine\topology.py in _need_convert_kernel(original_backend)
3096 'theano': False,
3097 'cntk': True}
-> 3098 return uses_correlation[original_backend] != uses_correlation[K.backend()]
3099
3100

KeyError: b'tensorflow'`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.