Hi,
I am a beginner of deep learning. And I downloaded the pretrained model from README, but I can't find checkpoint.
So, when I use saver.restore(sess, './emotion_recognition_model/')
The error below ocurred
ValueError: The passed save_path is not a valid checkpoint: ./emotion_recognition_model/
I hope this message find you well, Your answer will be of great help
Thanks
Hi, I am a beginner of deep learning. And I downloaded the pretrained model from README, but I can't find checkpoint. So, when I use
saver.restore(sess, './emotion_recognition_model/')
The error below ocurredValueError: The passed save_path is not a valid checkpoint: ./emotion_recognition_model/
I hope this message find you well, Your answer will be of great help Thanks