Open jszgz opened 5 years ago
netstat -ap | grep 8888
traing output
I use GPU to train and It's working fine.
So "-mjpeg_port 8888 doesn't work well on server" or "It's working fine" ?
So "-mjpeg_port 8888 doesn't work well on server" or "It's working fine" ?
When I use CPU (Compile with CUDA=0 CUDNN=0) to train, it's weird( Altough CPU load was not high). But when I use GPU( Compile with CUDA=1 CUDNN=1), it works very well.
So problem in CPU-training
, not in -mjpeg_port 8888
OS: Ubuntu16.04 MakeFile: OPENCV=1 Server IP: 192.168.1.200 My IP: 192.168.1.169
Chrome is always showing "connecting" on the left bottm corner when I visit http://192.168.1.200:8888, I tried many times but the problem remains. (I only succeed one time.) If I don't use
-dont_show
and-mjpeg_port 8888
, I can get a window containing the chart, but once I drag the window the window turns black and crashes.