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

about demo #8

Open
xiaolongDGitHub opened this issue Apr 9, 2019 · 3 comments
Open

about demo #8

xiaolongDGitHub opened this issue Apr 9, 2019 · 3 comments

Comments

@xiaolongDGitHub
Copy link

Excuse me
I get errors when I run the demo.py ,I can't find the module detection.
the erro: ModuleNotFoundError: No module named 'detection' from detection import Detect

I also want to ask a question whether you used the body to train the module.

and if you can speak chinese ,you can return in chinese to me . thanks.

@yxlijun
Copy link
Owner

yxlijun commented Apr 10, 2019

在在/layers/functions/init.py中将from detection import Detect变为from .detection import Detect试试

@PoJason
Copy link

PoJason commented Apr 26, 2019

@yxlijun I met the issue too when running demo.py, adding the '.' before 'detection' is okey.
I got the new error when running demo.py: RuntimeError: CuDNN error: CUDNN_STATUS_SUCCESS
on my machine ( RTX 2070), and how to fix the problem?
i wanna know, is pytorch0.3 unique selection for the project?
thanks in advance

@Linda-L
Copy link

Linda-L commented Jun 3, 2020

I met the issue too
RuntimeError: cuda runtime error (8) : invalid device function at /pytorch/torch/lib/THC/generic/THCTensorMath.cu:35

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

4 participants