Skip to content

A quick example of using QuickCVCLSTuner to tune vision classifiers on a dataset.#

Expand to copy examples/quicktuning.py (top right)

Description#

from qtt import QuickTuner_CVCLS tuner = QuickTuner_CVCLS("path/to/dataset") tuner.run(fevals=100, time_budget=3600)