Tensorboard Integration

Yeah I just commented out the graph writer logic in the tensorboard.py file:

It’s not the final solution but it’s the hack that got me productive again in the meantime. Note that this graph functionality isn’t something I added and I haven’t had the time to investigate/fix it and won’t for a while. I originally omitted the graph functionality when I created the tensorboard callback because it was causing too many perplexing problems back then and the benefits were minimal in my opinion.

Maybe we should remove it then?

1 Like

I certainly don’t have any desire to use it honestly. Not sure about anybody else.

@jeffchen72 did you ever resolve this issue? I’m having the same problem.

Hi there,
Your file is not opening…

Thanks.

Since the original posting the code was merged into fastai’s code base and so now I have DeOldify calling that: https://github.com/fastai/fastai1/blob/master/fastai/callbacks/tensorboard.py

1 Like

Thanks alot, for quick reply.
This is for fastai1, am I right?
Have you also implemented for fastai2…?
Thanks…

They actually already have a callback built into V2 as well (I wasn’t involved): https://github.com/fastai/fastai/blob/master/fastai/callback/tensorboard.py

Thanks,
Can we use it for logging images, to tensorboard like in GANs, etc

I think you’ll have to try for yourself and dig from here. I’m as out of the loop as you are as I haven’t been involved in any fastai2 development and am still on fastai1 myself.

Ok, thanks…