harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.18k stars 478 forks source link

L2_reg is missing #134

Open elstonsa opened 5 years ago

elstonsa commented 5 years ago

It seems like L2_reg is missing causing lrcn model to fail

elstonsa commented 5 years ago

Yes. but do you know if L2_reg == keras.regularizers.l2 / or some custom function?

alexcosmin commented 4 years ago

@elstonsa did you ever find out if L2_reg == keras.regularizers.l2 or if it was a custom function?