chasingbob/squeezenet-keras

'Keyword argument not understood:', 'init'

Opened this issue · 0 comments

image

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.