comaniac commented on a change in pull request #6903:
URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523948808
##########
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:
Because the squeezenet get_network API doesn't have this argument.
----------------------------------------------------------------
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]