imatge-upc / activitynet-2016-cvprw

Tools to participate in the ActivityNet Challenge 2016 (NIPSW 2016)

Home Page:https://imatge-upc.github.io/activitynet-2016-cvprw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RyanCV opened this issue · comments

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??

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