pytorch-segmentation-toolbox icon indicating copy to clipboard operation
pytorch-segmentation-toolbox copied to clipboard

the program is stucked before anything.

Open Anikily opened this issue 5 years ago • 1 comments

File "atrous_concat.py", line 159, in out = model(img) File "/home/tensor/anaconda2/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 477, in call result = self.forward(*input, **kwargs) File "atrous_concat.py", line 118, in forward c2,c3,c4,c5 = self.backbone(x) File "/home/tensor/anaconda2/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 477, in call result = self.forward(*input, **kwargs) File "/home/tensor/jupyter/luyu/project/code/parsing_code/network/backbone.py", line 152, in forward x = self.bn1(x) File "/home/tensor/anaconda2/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 477, in call result = self.forward(*input, **kwargs) File "/home/tensor/jupyter/luyu/project/code/parsing_code/libs/bn.py", line 184, in forward self.activation, self.slope) File "/home/tensor/jupyter/luyu/project/code/parsing_code/libs/functions.py", line 188, in forward mean_w, var_w = ctx.master_queue.get() File "/home/tensor/anaconda2/envs/py35/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/home/tensor/anaconda2/envs/py35/lib/python3.5/threading.py", line 293, in wait waiter.acquire() KeyboardInterrupt how can i solve it?

Anikily avatar Mar 31 '19 09:03 Anikily

refer to here

speedinghzl avatar Apr 01 '19 17:04 speedinghzl