I am trying to use autoscheduler to tune the pytorch official mask rcnn model maskrcnn_resnet50_fpn_coco on cpu
torch version: 1.8.1 + cu102 torchvision version: 0.9.1+cu102
the running log is as follows:
TypeError: unsupported operand type(s) for *: ‘Any’ and ‘int’ Traceback (most recent call last): File “/home2/zhangya9/TLCBench/tune_autoscheduler.py”, line 113, in auto_scheduler_tune(network, batch_size, dtype, target, log_file) File “/home2/zhangya9/TLCBench/tune_autoscheduler.py”, line 63, in auto_scheduler_tune tuner = auto_scheduler.TaskScheduler(tasks, task_weights) File “/home2/zhangya9/tvm/python/tvm/auto_scheduler/task_scheduler.py”, line 243, in init assert len(self.tasks) != 0, “No tasks” AssertionError: No tasks