当前位置:   article > 正文

AttributeError: ‘NoneType‘ object has no attribute ‘replace‘_attributeerror: 'nonetype' object has no attribute

attributeerror: 'nonetype' object has no attribute 'replace
背景交代:
  • 新编写了个layer类,以及在build 函数中使用了 add_weight
  • 在使用Keras或tf.keras保存训练模型时报了上述错误
解决方法:

参考

给 add_weight 加上 name,示例如下:

self.w = self.add_weight(name='w',
                         shape=(input_shape[-1], self.units),
  • 1
  • 2
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/898991
推荐阅读
相关标签
  

闽ICP备14008679号