Graduo opened this issue 4 years ago · 0 comments
trainer = pl.Trainer(max_epochs=20,gpus = 0, callbacks=[ckpt_cb]) trainer.fit(model,dl_train,dl_valid) 在运行这部分代码使用pytorch_lightning时总是报以下错误 'tqdm_notebook' object has no attribute 'reset'