merrymercy commented on a change in pull request #6903:
URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523919649
##########
File path: tutorials/auto_scheduler/tune_network_cuda.py
##########
@@ -105,7 +105,6 @@ def get_network(name, batch_size, layout="NHWC",
dtype="float32"):
mod, params = relay.testing.squeezenet.get_workload(
version="1.1",
batch_size=batch_size,
- layout=layout,
Review comment:
why do we delete this?
We can add an assertion here if it does not support NHWC layout.
##########
File path: tutorials/auto_scheduler/tune_network_cuda.py
##########
@@ -105,7 +105,6 @@ def get_network(name, batch_size, layout="NHWC",
dtype="float32"):
mod, params = relay.testing.squeezenet.get_workload(
version="1.1",
batch_size=batch_size,
- layout=layout,
Review comment:
Why do we delete this?
We can add an assertion here if it does not support NHWC layout.
----------------------------------------------------------------
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]