Can you access “updated” gradients after the model has performed optimization? (Tensorflow)

后端 未结 0 601
北海茫月
北海茫月 2021-02-10 07:50

I would like to view updated gradient information after the optimization stage has been complete.

Using:

with tf.GradientTape() as tape:
        out = mode         


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