TF model saving shows different behavior than tracing

前端 未结 0 821
渐次进展
渐次进展 2020-12-01 20:13

I have a simple TF Keras model

class TestModel(tf.keras.Model):
    @tf.function
    def call(self, named_arg_1, named_         


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