我用 tf.keras.Model 构建了一个 ssd-mobilenet 模型,但运行时报错:
Can't set the attribute "_eager_losses", likely because it conflicts with an existing read-only @property of the object. Please choose a different name.
有遇到过或知道怎么解决的大神么?
仓库地址
我用 tf.keras.Model 构建了一个 ssd-mobilenet 模型,但运行时报错:
Can't set the attribute "_eager_losses", likely because it conflicts with an existing read-only @property of the object. Please choose a different name.
有遇到过或知道怎么解决的大神么?
仓库地址
请贴一下你构建模型的代码,以及报错的具体位置和 Traceback 信息
从你提供的信息里看不出来报错出现在你自己写的代码里的哪一行。我只能建议你尝试构建会出现问题的最小示例,也就是找到到底是哪一行代码导致了问题的发生。