OSTeC icon indicating copy to clipboard operation
OSTeC copied to clipboard

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

Open manifischer opened this issue 1 year ago • 1 comments

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

manifischer avatar Jul 03 '22 12:07 manifischer

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

Storm0921 avatar Nov 16 '23 03:11 Storm0921