Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 18, 2022 08:26
Embed
What would you like to do?
# 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