Clarifying conditional `with` statement in the context of `tf.GradientTape()`

前端 未结 0 693
谎友^
谎友^ 2021-02-01 07:30

I have the following code:

with tf.GradientTape() as tape:
    # some code in which the object tape doesn\'t appear

I realized that I want to add

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