kezhang-cs / Video-Summarization-with-LSTM

Implementation of our ECCV 2016 Paper (Video Summarization with Long Short-term Memory)
Other
197 stars 54 forks source link

ques about training #4

Closed willyangyang closed 6 years ago

willyangyang commented 6 years ago

hi I am very interested in this project.When I try to train the model,I found that the val acc and train acc are greater than 1.Confused,hope to your reply!

kezhang-cs commented 6 years ago

Hi,

The accuracy is computed by the logarithm of the probability, so not necessarily less than 1. Thanks.