meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.39k stars 797 forks source link

Log into both logfile and console #175

Open Spritea opened 5 years ago

Spritea commented 5 years ago

Hi, guys:

Nice job!

I tried this project with default settings, and it works well except that the logging module would print messages both into logfile and console like the picture.

logging

For me, I just want to print to logfile on the disk. I checked the code, and I think these codes are supposed to log only into file on ths disk. I'm confused.:flushed:

So any idea about this? Thanks.