ValueError: Attempt to convert a value (None) with an unsupported type () to a Tensor

后端 未结 0 1988
-上瘾入骨i
-上瘾入骨i 2020-11-28 02:48

This error appears when i try load model with my custom layer.

model = load_model(\'my_model.h5\', custom_objects={\'MyLayer\': MyLayer})

Im

相关标签:
回答
  • 消灭零回复
提交回复
热议问题