Elis Grahn

Results 3 comments of Elis Grahn

I too just had the exact same problem as @jlbabilino and now when I tried, his solution worked.

I have the exact same problem. Discovered something was wrong since fastai wasn't displaying any bars. Tqdm for instance, still works in notebooks. I have also tried to revert to...

Nice workaround! Just want to share that the solution I've currently settled on is to add a [TensorBoardCallback()](https://docs.fast.ai/callback.tensorboard.html) in order to view the models in Tensorboard. Might be a bit...