You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current 'keras.md' code references the model file as 'keras_Model.h5', whereas the actual model file created and downloaded is named 'keras_model.h5'. This inconsistency is causing a runtime error in the program.
Expected behavior
The code should reference the model file as 'keras_model.h5' to match the actual filename, thus avoiding runtime errors.
Screenshots
Additional context
The inconsistency between the referenced model file name and the actual file name is causing confusion among users and resulting in runtime errors. Updating the code to accurately reflect the filename will resolve this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current 'keras.md' code references the model file as 'keras_Model.h5', whereas the actual model file created and downloaded is named 'keras_model.h5'. This inconsistency is causing a runtime error in the program.
To Reproduce
Steps to reproduce the behavior:
Relevant Links
Link to code to reproduce bug: https://github.com/googlecreativelab/teachablemachine-community/blob/master/snippets/markdown/image/tensorflow/keras.md
Expected behavior
The code should reference the model file as 'keras_model.h5' to match the actual filename, thus avoiding runtime errors.
Screenshots
Additional context
The inconsistency between the referenced model file name and the actual file name is causing confusion among users and resulting in runtime errors. Updating the code to accurately reflect the filename will resolve this issue.
The text was updated successfully, but these errors were encountered: