Menu

Benchmark multi-model/multi-view models.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class mmbench.baseline.vae.MyStepLR(optimizer, init_lr, min_lr, step_size, gamma)[source]

Custom step LR scheduler.

__init__(optimizer, init_lr, min_lr, step_size, gamma)[source]

Initialize self. See help(type(self)) for accurate signature.

Follow us

© 2023, mmbench developers