[GitHub] [tvm] jroesch commented on a change in pull request #7323: [Relay][Training] Add more gradients

2021-01-25 Thread GitBox
jroesch commented on a change in pull request #7323: URL: https://github.com/apache/tvm/pull/7323#discussion_r563997724 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -357,16 +357,24 @@ def global_avg_pool2d_grad(orig, grad): return [pool_grad] -# not

[GitHub] [tvm] jroesch commented on a change in pull request #7323: [Relay][Training] Add more gradients

2021-01-25 Thread GitBox
jroesch commented on a change in pull request #7323: URL: https://github.com/apache/tvm/pull/7323#discussion_r563998220 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -357,16 +357,24 @@ def global_avg_pool2d_grad(orig, grad): return [pool_grad] -# not

[GitHub] [tvm] jroesch commented on a change in pull request #7323: [Relay][Training] Add more gradients

2021-01-25 Thread GitBox
jroesch commented on a change in pull request #7323: URL: https://github.com/apache/tvm/pull/7323#discussion_r563997724 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -357,16 +357,24 @@ def global_avg_pool2d_grad(orig, grad): return [pool_grad] -# not