You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me!
First of all, thanks 4 Ur code which is fantastic!
However, I get a problem when I try to use gpu.
It shows that:
simon@John:~/Object_Detection/chainer-simple-fast-rnn-master$ python forward.py --img_fn sample.jpg --out_fn result.jpg --gpu_id 0
Traceback (most recent call last):
File "forward.py", line 152, in
xp = cuda.cupy
AttributeError: 'module' object has no attribute 'cupy'
but it okay when I using cpu.
Please help me handling this problem, THX.
The text was updated successfully, but these errors were encountered:
Please help me!
First of all, thanks 4 Ur code which is fantastic!
However, I get a problem when I try to use gpu.
It shows that:
simon@John:~/Object_Detection/chainer-simple-fast-rnn-master$ python forward.py --img_fn sample.jpg --out_fn result.jpg --gpu_id 0
Traceback (most recent call last):
File "forward.py", line 152, in
xp = cuda.cupy
AttributeError: 'module' object has no attribute 'cupy'
but it okay when I using cpu.
Please help me handling this problem, THX.
The text was updated successfully, but these errors were encountered: