-
Notifications
You must be signed in to change notification settings - Fork 107
Issues: ruoqianguo/cascade-rcnn_Pytorch
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Traceback (most recent call last): File "trainval_net.py", line 263, in <module> im_data = im_data.cuda() File "/root/miniconda3/lib/python3.6/site-packages/torch/_utils.py", line 66, in _cuda return new_type(self.size()).copy_(self, async) File "/root/miniconda3/lib/python3.6/site-packages/torch/cuda/__init__.py", line 266, in _lazy_new _lazy_init() File "/root/miniconda3/lib/python3.6/site-packages/torch/cuda/__init__.py", line 85, in _lazy_init torch._C._cuda_init() RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /opt/conda/conda-bld/pytorch_1511286954179/work/torch/lib/THC/THCGeneral.c:70
#51
opened Feb 23, 2021 by
aiyodiulehuner
[solution of errors]'the dim of decoded rois' and'illegal memory acecess'
#49
opened Jul 29, 2020 by
Jacky-gsq
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
#43
opened Aug 3, 2019 by
17320266033
Do the three stages of Cascade RCNN share the same set of parameters?
#40
opened May 22, 2019 by
JoyHuYY1412
Can you share your trained model in other cloud storage, like baiduyun? Thanks
#37
opened Apr 3, 2019 by
lyatdawn
here is a bug. it should not be sum_fg[i] but min(num_fg, sum_fg[i])
#33
opened Jan 19, 2019 by
SunAnLan
ValueError: operands could not be broadcast together with shapes (1216,800,4) (1,1,3) (1216,800,4)
#21
opened Oct 16, 2018 by
yuyijie1995
cudaCheckError() failed : an illegal memory access was encountered
#10
opened Sep 9, 2018 by
KevinQian97
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.