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

change import mlp #11

Closed stonycat closed 5 years ago

stonycat commented 5 years ago

line 5 in ./code/layers/summ_dppLSTM.py should change to 'from sklearn.neural_network import MLPClassifier'

rhttps://scikit-learn.org/stable/modules/neural_networks_supervised.html