oswaldoludwig/Human-Action-Recognition-with-Keras

ImportError: No module named regularizers

VictorLeeLk opened this issue · 2 comments

Using Theano backend.
Traceback (most recent call last):
File "HumanActionRecognition.py", line 18, in
from regularizers import EigenvalueRegularizer
ImportError: No module named regularizers

I have used the command ¨sudo pip install git+git://github.com/fchollet/keras.git --upgrade¨ to get the new keras,but still come up this problem?help!

Download EigenvalueDecay.py from this repository

File "HumanActionRecognition.py", line 18, in
from regularizers import EigenvalueRegularizer
ImportError: No module named regularizers

EigenvalueDecay.py downloaded still issue persist...
help!