Deep Lab Cut 세팅 관련

Done in miniconda

conda create --name DLC python=3.9

conda activate DLC

conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0

pip install --upgrade pip

pip install "tensorflow<2.11"

Smoke tests:

python -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

returns tensor;

python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"

recognizes GPU; environment ready;

pip install --upgrade matplotlib==3.5.2

pip install deeplabcut

pip install deeplabcut[gui]

conda install -c nvidia cuda-nvcc


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *