where are the num_cuda file, nums_cpu file, etc?
iamryanchia opened this issue · 2 comments
iamryanchia commented
I encounter another problem. These lines import other files, but I can not find the imported files even by google searching.
iamryanchia commented
And i think i find a bug in single_shot_detector_test.py
. The model is on GPU, however you do not move data to GPU, it will raise an error. Insert data_dict = RunnerHelper.to_device(self, data_dict)
can solve this.
chentty commented
I encounter another problem. These lines import other files, but I can not find the imported files even by google searching.
@iamryanchia I have the same problem. Have you solved the problem? If you have, could explain it?