five-video-classification-methods
five-video-classification-methods copied to clipboard
L2_reg is missing
It seems like L2_reg is missing causing lrcn model to fail
maybe you can fix that problem with import
from keras.regularizers import l2 as L2_reg
Yes. but do you know if L2_reg == keras.regularizers.l2 / or some custom function?
sorry I don't know about that
@elstonsa did you ever find out if L2_reg == keras.regularizers.l2 or if it was a custom function?