### Describe the bug AttributeError: 'VisdomLogger' object has no attribute 'writer' ### Expected result No error. ### Reproduction Please see line 137, src/templates/template-vision-segmentation/vis.py. `logger.writer.add_image` is for tensorboard, no? logger.writer.add_image ### Steps to reproduce Choose template for vision-segmentation Choose Visdom for exp. tracking system.