Replies: 3 comments 10 replies
-
What was the last version of CompreFace you successfully used? |
Beta Was this translation helpful? Give feedback.
-
I also have the same problem, my CUDA version is 12.1, graphics card rtx4060, 8G video memory, can I solve it?thank you |
Beta Was this translation helpful? Give feedback.
-
Thank you for your work, looking forward to the early release of the new version, is it expected to be released in the second quarter?
…---Original---
From: "Pospielov ***@***.***>
Date: Sat, Mar 18, 2023 02:01 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [exadel-inc/CompreFace] mxnet version error.. (Discussion #1000)
@Neekazhang, it looks like, unfortunately, your GPU is not supported by CompreFace yet.
https://en.wikipedia.org/wiki/CUDA
rtx4060 Compute Capability is 8.9, and we use CUDA 11.2, which can work with a maximum Compute Capability of 8.6.
Updating CUDA on your machine won't help as it doesn't influence what is inside the container.
And we have lots of work to do to update CUDA inside and check that everything still works...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I was using an older version of compreface and it worked fine, but decided to move to 1.1.0. I did it from scratch, removed postgres docker volume, etc.. I'm getting this when I try to do anything such as uploading a face (using 1.1.0-arcface-r100-gpu with nvidia GPU, same config I used in older version). Any ideas?
compreface-core | [00:01:39] ../src/engine/engine.cc:54: MXNet start using engine: ThreadedEnginePerDevice
compreface-core | [00:01:40] ../src/base.cc:79: cuDNN lib mismatch: linked-against version 8101 != compiled-against version 8100. Set MXNET_CUDNN_LIB_CHECKING=0 to quiet this warning.
compreface-core | [32, 16, 8] {'32': {'SCALES': (32, 16), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '16': {'SCALES': (8, 4), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '8': {'SCALES': (2, 1), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}}
compreface-core | use_landmarks True
compreface-core | [00:01:42] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.3.0. Attempting to upgrade...
compreface-core | [00:01:42] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded!
compreface-core | [00:01:42] ../src/engine/engine.cc:54: MXNet start using engine: ThreadedEnginePerDevice
compreface-core | [00:01:42] ../src/base.cc:79: cuDNN lib mismatch: linked-against version 8101 != compiled-against version 8100. Set MXNET_CUDNN_LIB_CHECKING=0 to quiet this warning.
compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=296, y_min=388, x_max=898, y_max=1255, probability=0.9990967512130737, np_landmarks=array([[ 512.8989 , 756.3247 ],\n [ 800.13495, 739.587 ],\n [ 694.2923 , 944.9437 ],\n [ 545.1163 , 1078.0962 ],\n [ 760.3133 , 1067.7125 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "20221216_164552.jpg", "api_key": "", "remote_addr": "172.22.0.6"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"}
compreface-core | [00:01:42] ../src/nnvm/legacy_json_util.cc:203: Warning: loading symbol saved by MXNet version 20000 with lower version of MXNet v10900. May cause undefined behavior. Please update MXNet if you encounter any issue
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "20221216_164552.jpg", "api_key": "", "remote_addr": "172.22.0.6"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | terminate called after throwing an instance of 'dmlc::Error'
compreface-core | what(): [00:01:43] ../include/mshadow/./stream_gpu-inl.h:133: Check failed: err == CUBLAS_STATUS_SUCCESS (1 vs. 0) : Create cublas handle failed
compreface-core |
compreface-core |
compreface-core | DAMN ! worker 1 (pid: 30) died, killed by signal 6 :( trying respawn ...
compreface-core | Respawned uWSGI worker 1 (new pid: 212)
Beta Was this translation helpful? Give feedback.
All reactions