merrymercy commented on a change in pull request #6909:
URL: https://github.com/apache/incubator-tvm/pull/6909#discussion_r524836173
##########
File path: python/tvm/auto_scheduler/auto_schedule.py
##########
@@ -89,7 +89,7 @@ def __init__(
num_measure_trials=0,
early_stopping=None,
num_measures_per_round=64,
- verbose=1,
+ verbose=0,
Review comment:
```suggestion
verbose=1,
```
##########
File path: python/tvm/auto_scheduler/auto_schedule.py
##########
@@ -72,7 +72,7 @@ class TuningOptions(Object):
The number of schedules to be measured at each search round.
The whole schedule search process will try a total number of
`num_measure_trials` in several
rounds.
- verbose: int = 1
+ verbose: int = 0
Review comment:
```suggestion
verbose: int = 1
```
----------------------------------------------------------------
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]