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

Update keras.md #362

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

Conversation

mdkeydama23
Copy link

#Issue:
The current code references the model file as 'keras_Model.h5', whereas the actual file downloaded is named 'keras_model.h5'. This inconsistency is causing a runtime error in the program.

#Changes Proposed:

Updated the code to correctly reference the model file as 'keras_model.h5'.

#Functional Impact:
Resolving this inconsistency is crucial to prevent runtime errors when running the program. The proposed changes ensure that the code accurately points to the correct model file, eliminating the current issue.

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.

1 participant