You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @graviraja,
I was following your tutorial on wandb logging and found a potential error in the training code when visualizing poorly performed data with wandb table.
Hi @graviraja,
I was following your tutorial on wandb logging and found a potential error in the training code when visualizing poorly performed data with wandb table.
MLOps-Basics/week_1_wandb_logging/train.py
Lines 19 to 21 in 13060e0
When running, this results in
KeyError : "sentence"
, referring to line 21sentences = val_batch["sentence"]
.I think this is because
"sentence"
is not part of the columns setup inval_data
of data.py. Please correct me if I'm wrong. Thanks :)MLOps-Basics/week_1_wandb_logging/data.py
Lines 29 to 42 in 13060e0
The text was updated successfully, but these errors were encountered: