hanszhu's picture
fix(custom_models): add __init__.py and custom_hooks stub; set PYTHONPATH in Dockerfile for mmengine imports
96e4232
raw
history blame contribute delete
370 Bytes
from .progressive_loss_hook import ProgressiveLossHook, AdaptiveLossHook
from .nan_recovery_hook import NanRecoveryHook
# Provide named aliases expected by configs/register
class ChartTypeDistributionHook: ...
class SkipInvalidLossHook: ...
class RuntimeErrorHook: ...
class MissingImageReportHook: ...
class SkipBadSamplesHook: ...
class CompatibleCheckpointHook: ...