pg56714's picture
Upload 115 files
8e5cc83 verified
from efficientvit.apps.trainer.run_config import RunConfig
__all__ = ["SAMRunConfig"]
class SAMRunConfig(RunConfig):
@property
def none_allowed(self):
return ["reset_bn", "reset_bn_size", "reset_bn_batch_size"] + super().none_allowed