We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried saving with .h5 as well as the .pb extension.
`--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[21], line 1 ----> 1 model.save('mirnet.h5') File ~\anaconda3\envs\tf\lib\site-packages\keras\utils\traceback_utils.py:70, in filter_traceback.<locals>.error_handler(*args, **kwargs) 67 filtered_tb = _process_traceback_frames(e.__traceback__) 68 # To get the full stack trace, call: 69 # `tf.debugging.disable_traceback_filtering()` ---> 70 raise e.with_traceback(filtered_tb) from None 71 finally: 72 del filtered_tb File ~\anaconda3\envs\tf\lib\site-packages\keras\utils\generic_utils.py:545, in serialize_keras_object(instance) 543 raise e 544 serialization_config = {} --> 545 for key, item in config.items(): 546 if isinstance(item, str): 547 serialization_config[key] = item AttributeError: 'NoneType' object has no attribute 'items`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried saving with .h5 as well as the .pb extension.
The text was updated successfully, but these errors were encountered: