chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.97k stars 1.14k forks source link

Without the incoming socket you cannot receive events from the server or register event handlers to your Visdom client. #246

Open TheWangYang opened 2 years ago

TheWangYang commented 2 years ago

When I train this file "train.py" and the visdom.server has opened(I firstly run "python visdom.server" in the terminal and then run "python train.py" in another terminal), but I get this problem:"Without the incoming socket you cannot receive events from the server or register event handlers to your Visdom client.".

The reason is that I run the both sheet file in two terminal? Looking forward to receiving answers. My personal Email address-wyytj@stu.zzu.edu.cn.

joqiaoy commented 2 years ago

Have you solved this problem? I encountered this problem while training the model offline.

Hjjj-tyf commented 1 year ago

Have you solved this problem? I encountered this problem while training the model offline.

Have you solved this problem? I encounter this problem when training this model .

Hjjj-tyf commented 1 year ago

When I train this file "train.py" and the visdom.server has opened(I firstly run "python visdom.server" in the terminal and then run "python train.py" in another terminal), but I get this problem:"Without the incoming socket you cannot receive events from the server or register event handlers to your Visdom client.".

The reason is that I run the both sheet file in two terminal? Looking forward to receiving answers. My personal Email address-wyytj@stu.zzu.edu.cn.

Have you solved this problem? Can you help me?

littlelight-e commented 1 year ago

好像就是会在这个地方卡很久,很久之后才进入到下一步