mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
training_utils: export neptune config and mixin
Like W&B. With this, #371 would have broken `test_import_training_utils`. Follow up of #371 and #372.
This commit is contained in:
parent
7dba1c8034
commit
ddcd84c740
|
@ -41,6 +41,7 @@ from refiners.training_utils.config import (
|
|||
Optimizers,
|
||||
TrainingConfig,
|
||||
)
|
||||
from refiners.training_utils.neptune import NeptuneConfig, NeptuneMixin
|
||||
from refiners.training_utils.trainer import Trainer, register_callback, register_model
|
||||
from refiners.training_utils.wandb import WandbConfig, WandbMixin
|
||||
|
||||
|
@ -54,6 +55,8 @@ __all__ = [
|
|||
"CallbackConfig",
|
||||
"WandbMixin",
|
||||
"WandbConfig",
|
||||
"NeptuneMixin",
|
||||
"NeptuneConfig",
|
||||
"LRSchedulerConfig",
|
||||
"OptimizerConfig",
|
||||
"TrainingConfig",
|
||||
|
|
Loading…
Reference in a new issue