tzirakis / Multimodal-Emotion-Recognition

This repository contains the code for the paper `End-to-End Multimodal Emotion Recognition using Deep Neural Networks`.
http://ieeexplore.ieee.org/document/8070966/
BSD 3-Clause "New" or "Revised" License
238 stars 76 forks source link

Where is the checkpoint file? #7

Open She-yh opened 1 year ago

She-yh commented 1 year ago

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/ image

I hope this message find you well, Your answer will be of great help Thanks