Spaces:
Runtime error
Runtime error
from efficientvit.apps.trainer.run_config import RunConfig | |
__all__ = ["SAMRunConfig"] | |
class SAMRunConfig(RunConfig): | |
def none_allowed(self): | |
return ["reset_bn", "reset_bn_size", "reset_bn_batch_size"] + super().none_allowed | |