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
In notebook 21, the WandBCB assumes the presence of a train attribute in _log, but this is not present.
A possible fix would be to replace it with d["train"] == "train".
If what I said is correct and you agree with the solution, I can do a PR to fix the bug.
The text was updated successfully, but these errors were encountered:
In notebook 21, the
WandBCB
assumes the presence of atrain
attribute in_log
, but this is not present.A possible fix would be to replace it with
d["train"] == "train"
.If what I said is correct and you agree with the solution, I can do a PR to fix the bug.
The text was updated successfully, but these errors were encountered: