Visdom support in FastAI library?

Not sure if this is the correct place to post this. Wondering if someone has used Visdom with Fastai library. I am kinda interested in opening a visdom port on the server side and see it in my local machine. Wondering if someone had a shot with this?

should not be any specifics with fastaiā€¦but check cgan folder or original cyclegan repo https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix they use visdom

1 Like

Nice to know that. I will take a look.

@tensoralex I have created a notebook which shows how to use visdom with fastai code using callbacks. Thanks for linking the cycle-gan repository. It cleared up quite a few things.

Link to the notebook: https://github.com/TheShadow29/FAI-notes/blob/master/notebooks/Visdom-With-FastAI.ipynb

I have also posted it as another topic here : Using Visdom with fastai library

Edit : Corrected the link

3 Likes