Closed Louise-X10 closed 1 year ago
Describe the bug When running DeepLabCut, the terminal prints warnings related to tensorflow optimization.
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/DeepLabCut/DeepLabCut.git
python testscripy_cli.py
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Additional context Add any other context about the problem here.
Running conda install -c nvidia cuda-nvcc resolves the error with ptxas.exe --version, but the MLRI V1 optimization pass is not enabled warning remains.
conda install -c nvidia cuda-nvcc
ptxas.exe --version
MLRI V1 optimization pass is not enabled
DLC seems to be running fine...?
Describe the bug When running DeepLabCut, the terminal prints warnings related to tensorflow optimization.
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/DeepLabCut/DeepLabCut.git
python testscripy_cli.py
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Additional context Add any other context about the problem here.