Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the program is stucked before anything. #40

Open
Anikily opened this issue Mar 31, 2019 · 1 comment
Open

the program is stucked before anything. #40

Anikily opened this issue Mar 31, 2019 · 1 comment

Comments

@Anikily
Copy link

Anikily commented Mar 31, 2019

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?

@speedinghzl
Copy link
Owner

refer to here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants