0
Follow
0
View

python could not find a saved smiley face model file

mxliuyc 注册会员
2023-02-28 16:14

To find the model file, glue the path directly into the code, avoid typing
You can write r' path ', adding r to indicate \ is no longer an escape

ddttjj123 注册会员
2023-02-28 16:14

Check this path C:\Users\529\PycharmProjects\demo\Utils\models\cnn_fv.h5 There really is an h5 file. < br / > if there is a will try the backslash model = load_model(' C: / Users / 529 / PycharmProjects/demo/Utils/models/cnn_fv h5 ') < br / > or the model test under = load_model('C:\Users\529\PycharmProjects\demo\Utils\models\cnn_fv.h5')

cxfchw 注册会员
2023-02-28 16:14

Some I saved after model training and then I tried someone else's work his H5 which I also showed said No file or The directory found that the original scholars did not quite understand why QAQ

About the Author

Question Info

Publish Time
2023-02-28 16:14
Update Time
2023-02-28 16:14

Related Question