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

Crashing while running the program: same configuration that this repository was tested with #21

Open
manifischer opened this issue Jul 3, 2022 · 1 comment

Comments

@manifischer
Copy link

Hi,
I followed your installation and environment requirements.
I pass all the model loading and compilations successfully, but then in line 95 in file arcface_handler.py:
return self.sess.run(self.emb_norm, {self.img_ph: [img.pixels_with_channels_at_back()], self.lms_ph:[lms]})
it crashes with error:
Check failed: cusolverDnCreate(&cusolver_dn_handle) == CUSOLVER_STATUS_SUCCESS Failed to create cuSolverDN instance
any idea why this happens? (tried to google it, but did not find anything that was not in the code already as config.gpu_options.allow_growth = True
Any idea how I can fix this?
Thanks

@Storm0921
Copy link

I have the same problem? How is it solved? Thanks

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