imatge-upc / activitynet-2016-cvprw

Tools to participate in the ActivityNet Challenge 2016 (NIPSW 2016)
https://imatge-upc.github.io/activitynet-2016-cvprw/
MIT License
195 stars 85 forks source link

model.pop_layer() in extract_features.py doesn't work #17

Closed RyanCV closed 7 years ago

RyanCV commented 7 years ago

In the file extract_features.py, the keras version I used is 1.0.4, however, the function model.pop_layer() doesn't work, what should I do??

albertomontesg commented 7 years ago

This is because you have not install the correct version of Keras. It is a custom fork of Keras that is specified in the requirements.txt so to install all the dependencies you should run pip3 install -r requirements.txt