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

where are the num_cuda file, nums_cpu file, etc? #114

Open
iamryanchia opened this issue Oct 25, 2019 · 2 comments
Open

where are the num_cuda file, nums_cpu file, etc? #114

iamryanchia opened this issue Oct 25, 2019 · 2 comments

Comments

@iamryanchia
Copy link

I encounter another problem. These lines import other files, but I can not find the imported files even by google searching.

@iamryanchia
Copy link
Author

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
Copy link

chentty commented Jul 26, 2020

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?

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