Enable the project to be compatible with recent GPU architectures#32
Enable the project to be compatible with recent GPU architectures#32XaryLee wants to merge 7 commits intochrisdonahue:mainfrom
Conversation
|
I get "RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR" running your fork on 4070ti with cuda version 12.2.0. What could be going on? |
|
@lov3allmy Hi, do you use docker to run the code? |
|
@XaryLee I haven't changed the code, so the versions are the same as they are written in the Dockerfile. I just launched the container by running this code: |
|
@lov3allmy Could you please provide more information about the error? I guess the context might help. In addition, I haven't test |
|
I think I missed one error that occurred during the execution of the "docker build -t sheetsage ." command. I'll figure it out and try to run the script, then I'll tell you here if it worked |
|
I started processing, but now CUDA is signaling a lack of video memory. Although my graphics card has 12 GB. Unfortunately, I'm a backend developer and I don't understand ML and used Python only for school needs earlier. Are there any tricks that will allow me to solve this problem? |
Summary
This pull request updates the project's Dockerfile, associated shell scripts, and some parts of the codebase to ensure compatibility with the latest versions of the libraries used and to add support for recent GPU architectures.
Changes
Testing
Benefits
Notes
Thank you for considering this pull request. I'm looking forward to your feedback and any further suggestions for improvement.