tf.keras plot_model error: AttributeError: 'ListWrapper' object has no attribute 'name'

前端 未结 0 1764
花落未央
花落未央 2021-02-01 15:22

I have some model that I load in this way:

from tensorflow.keras.utils import plot_model
model = load_model(\'model.h5\')

but I cannot plot the m

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