Skip to content

Commit

Permalink
add wandb logger to main module
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Nov 21, 2024
1 parent 659c172 commit e84281c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning_ir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
RankNet,
SupervisedMarginMSE,
)
from .main import LightningIRTrainer
from .main import LightningIRTrainer, LightningIRWandbLogger
from .models import (
ColConfig,
ColModel,
Expand Down Expand Up @@ -177,6 +177,7 @@
"LightningIRTokenizer",
"LightningIRTokenizerClassFactory",
"LightningIRTrainer",
"LightningIRWandbLogger",
"LinearLRSchedulerWithLinearWarmup",
"LocalizedContrastiveEstimation",
"LR_SCHEDULERS",
Expand Down

0 comments on commit e84281c

Please sign in to comment.