squeezenet-keras icon indicating copy to clipboard operation
squeezenet-keras copied to clipboard

'Keyword argument not understood:', 'init'

Open mcagriaksoy opened this issue 3 years ago • 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.

mcagriaksoy avatar Apr 09 '22 18:04 mcagriaksoy