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
When I run "python setup.py install", a lot of codes appear in the terminal. And the final error is as follows:
src/roi_sampling/roi_sampling_cpu.cpp:115:3: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’
AT_DISPATCH_ALL_TYPES(dy.scalar_type(), "roi_sampling_backward_cpu", ([&] {
^
src/roi_sampling/roi_sampling_cpu.cpp:124:5: note: in expansion of macro ‘DISPATCH_INTERPOLATION_PADDING_MODES’
DISPATCH_INTERPOLATION_PADDING_MODES(interpolation, padding, ([&] {
^
error: command 'gcc' failed with exit status 1
And there are "GraspDetSeg_CNN.egg-info" folder in my directory, but no "GraspDetSeg_CNN" folder, so I can't find the weights_pretrained folder.
Do you encounter such a problem, is it caused by version inconsistency?
what should i do?
The text was updated successfully, but these errors were encountered:
Hello,I have a question.
When I run "python setup.py install", a lot of codes appear in the terminal. And the final error is as follows:
src/roi_sampling/roi_sampling_cpu.cpp:115:3: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’
AT_DISPATCH_ALL_TYPES(dy.scalar_type(), "roi_sampling_backward_cpu", ([&] {
^
src/roi_sampling/roi_sampling_cpu.cpp:124:5: note: in expansion of macro ‘DISPATCH_INTERPOLATION_PADDING_MODES’
DISPATCH_INTERPOLATION_PADDING_MODES(interpolation, padding, ([&] {
^
error: command 'gcc' failed with exit status 1
And there are "GraspDetSeg_CNN.egg-info" folder in my directory, but no "GraspDetSeg_CNN" folder, so I can't find the weights_pretrained folder.
Do you encounter such a problem, is it caused by version inconsistency?
what should i do?
The text was updated successfully, but these errors were encountered: