merrymercy commented on a change in pull request #6660:
URL: https://github.com/apache/incubator-tvm/pull/6660#discussion_r502869803
##########
File path: tutorials/auto_scheduler/tune_conv2d_layer_cuda.py
##########
@@ -63,7 +63,7 @@ def conv2d_layer(N, H, W, CO, CI, KH, KW, stride, padding):
target = tvm.target.Target("cuda")
-# the last layer in resnet
+# Use the last layer in resnet
Review comment:
```suggestion
# Use the last layer in ResNet-50
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]