Open jaintj95 opened 4 years ago
I had the same problem. But it turns out I made this mistake by calling visdom.Visdom in my iterating function over and over. I should call it at the top of my entire the script instead. To target where this print happens, in the source code, it shows a logging info "Setting up a new session" is called every time visdom is initialized.
I had the same problem. But it turns out I made this mistake by calling visdom.Visdom in my iterating function over and over. I should call it at the top of my entire the script instead. To target where this print happens, in the source code, it shows a logging info "Setting up a new session" is called every time visdom is initialized.
I meet the same problem. Could you tell me how do you solve it ? I need help,please.
@SuperRui41 you should ensure your script only initializes visdom.Visdom()
once.
I am running a project and visdom keeps printing this several times back to back? The "Device: cpu" command is from my script but how I can stop visdom from printing the session thing in my terminal?