TypeError: ('Keyword argument not understood:', 'interpolation')

在使用keras进行load_model加载模型时,出现"TypeError: ('Keyword argument not understood:', 'interpolation')"
而出现此问题的原因是:keras与调用的tensorflow版本不一致产生,对于我的tensorflow=1.14版本,对应的版本应该是keras==2.2.4及以上
参考:https://stackoverflow.com/questions/53428443/issue-with-converting-keras-h5-model-file-to-tflite-type-errorkeyword-argume

你可能感兴趣的:(错误集锦)