We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c25c6a + 4baf682 commit 108ea11Copy full SHA for 108ea11
mlops_project/train_model.py
@@ -88,8 +88,8 @@ def main():
88
precision="16-mixed", # computations in 16-bit to speed up training, model weights in 32-bit to maintain accuracy
89
deterministic=True,
90
max_epochs=wandb.config.EPOCHS,
91
- limit_train_batches=0.04,
92
- limit_val_batches=0.04,
+ # limit_train_batches=0.04,
+ # limit_val_batches=0.04,
93
logger=WandbLogger(project="hate_speech_detection"),
94
callbacks=[checkpoint_callback], # , early_stopping_callback
95
)
0 commit comments