When training on cloud server, accessing the loss chart via http://ipaddress:8090 does not load full chart.
Sometimes half the image is received, and sometimes even less.
See attached screenshot below.

Issue is the same when running detector demo on video file. Only half the image is streamed
@darknet-researcher Hi,
Do you use Amazon Cloud server or your own server?
Does it always load only half of image or only sometimes?
Do you use here 500000 for training (you can try to increase it)? https://github.com/AlexeyAB/darknet/blob/9815012a01c13f70806381e0c5d556599117c76b/src/image.c#L832
100 to 30 in this line, recompile, and run training: https://github.com/AlexeyAB/darknet/blob/9815012a01c13f70806381e0c5d556599117c76b/src/image.c#L832Problem solved. Thanks very much for your help!
@darknet-researcher
What helped you,
500000 ?100?@AlexeyAB
Both. I also transferred to a cloud server that is closer to my physical location. Thus reducing timeout errors.
Most helpful comment
@AlexeyAB
Both. I also transferred to a cloud server that is closer to my physical location. Thus reducing timeout errors.