supervoids

Results 2 comments of supervoids

If the above does not work, try changing: original_keras_version = f.attrs['keras_version'].decode('utf8') to: original_keras_version = f.attrs['keras_version'] and: original_backend = f.attrs['backend'].decode('utf8') to: original_backend = f.attrs['backend'] in the load_weights_from_hdf5_group [1] function in hdf5_format.py...