> For the complete documentation index, see [llms.txt](https://leonardoaraujosantos.gitbook.io/artificial-inteligence/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leonardoaraujosantos.gitbook.io/artificial-inteligence/appendix/pytorch/visualizing-results.md).

# Visualizing Results

Pytorch also have tools to check whats going on during training, it's not as professional as Tensorboard but have lot's of cool features. Some of these tools:

* <https://github.com/torrvision/crayon>
* <https://github.com/facebookresearch/visdom>

Crayon works as a bridge between Tensorboard and other languages while Visom is more like tensorboard but with more flexibility to add any image, video and plots.![](https://2109831662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvMRntv-nKvtl7WOpCz%2F-LvMRp9FltcwEeVxPYFs%2F-LvMRsUYXYrrZKBOIE5E%2FvisdomWeb?generation=1575572713456781\&alt=media)
