weirme / FCSN

A PyTorch reimplementation of FCSN in paper "Video Summarization Using Fully Convolutional Sequence Networks"
116 stars 33 forks source link

Various length input experiment #10

Open fegler opened 5 years ago

fegler commented 5 years ago

Has anyone ever tried various length input test?

input feature (1 x T x 1024) then,
T is 4494 or 1234 or whatever.. (the number of each video frame)

I tried this setting but the NLL Loss is not reduced...