squeezenet-keras
squeezenet-keras copied to clipboard
'Keyword argument not understood:', 'init'

due to stackoverflow Keras 1.2 doesn't support separate kernel/bias initializers, layers only take a single init parameter, https://stackoverflow.com/questions/59092788/typeerror-keyword-argument-not-understood-init-in-classifier-add
I think we need to adapt the code for new keras version.