# 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)
