Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 18, 2022 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sachin-crypto/5b8b3f8eaac4c63f3554ba52abb11b8b to your computer and use it in GitHub Desktop.
Save Sachin-crypto/5b8b3f8eaac4c63f3554ba52abb11b8b to your computer and use it in GitHub Desktop.
# Checking if the model exist otherwise save the model
if os.path.isfile("D:/SACHIN/Models/Hand-Sign-Digit-Language/digit_model.h5") is False:
model.save("D:/SACHIN/Models/Hand-Sign-Digit-Language/digit_model.h5")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment