Keras "SavedModel file does not exist at..." error occurs for a model retrieved from an online URL and never manually saved at any local directory. The code ran just fine for as long as I've been working on it before but I reopened the project today and without changing anything it now gives me this error. Code Snippet & Error Screenshot
Asked
Active
Viewed 201 times
0
-
Please add the code snippet as text, and also add the text of the error as well. – ryanwebjackson Jul 03 '22 at 18:47
1 Answers
0
Managed to solve it myself. Simply visit the file directory the error mentions and delete the folder with the random numbers and letters in it. Rerun the program and it'll properly generate the files needed.

JackC
- 11
- 1