Getting the following error when I load the trained model: ValueError: Unknown initializer: my_filter

前端 未结 0 982
无人及你
无人及你 2021-01-24 16:25

I build my CNN by using the the code:

   def arbitrary_functionality(tensor):
    
      return tf.abs(tensor)

    def my_filter(shape, dtype=None):
        f =          


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