mediapipe_model_maker.object_detector.QATHParams

The hyperparameters for running quantization aware training (QAT) on object detectors.

For more information on QAT, see: https://www.tensorflow.org/model_optimization/guide/quantization/training

learning_rate Learning rate to use for gradient descent QAT.
batch_size Batch size for QAT.
epochs Number of training iterations over the dataset.
decay_steps Learning rate decay steps for Exponential Decay. See https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/schedules/ExponentialDecay for more information.
decay_rate Learning rate decay rate for Exponential Decay. See https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/schedules/ExponentialDecay for more information.

Methods

__eq__

batch_size 8
decay_rate 0.96
decay_steps 8
epochs 15
learning_rate 0.3