Please help. I’m trying to use wandb in colab and was able to do so yesterday for the first time. All be it, the runtime would disconnect and then reconnect in the same state after each training session.
Today however, Everytime i login, it crashes after hanging for 30 seconds or so.
@deepleo I also experienced more Colab disconnections when I integrated wandb. It resolved when I placed the codes in separate cells (which I see did not work for you).
Maybe it’s the code. I use:
from fastai.callback.wandb import *
wandb.init(project = ‘project_name’, name = ‘model_training_name’, reinit = True)