VisualDL visualizes the plots with some delay
Created by: nbro
I first started the VisualDL server using the command: visualDL --logdir ./log --port 8080
. Then I ran my PyTorch program. I went to the URL http://0.0.0.0:8080/
, but I only saw empty plots. Then I forced my PyTorch program to stop. I also stopped the visual DL server. I restarted it, and I went to the same URL and now I can see the plots. Why can't I see the plots in real-time?