INSTALL

😄😭🐕🐱🚀

Greater horseshoe bats

Markdown

Code editor: Sublime Text

Three plugins: Markdown Editing, Markdown Preview, LiveReload.

Keyboard shortcut: ALT + M

Settings for Markdown Preview plugin:

{
    "path_tempfile": "F:\\GitHub\\blogs",
    "gitlab_highlight_theme": "monokai",
    "image_path_conversion": "base64"
}

The html file will be saved in “F:/GitHub/blogs/39.html”

conda

conda create --name dlc2023 python=3.9

# not found tensorflow-gpu 2.10 in conda 
conda insatall tensorflow=2.10 # (only found cpu version)

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.10
#(found .whl file, 455.9 MB, and other required packages...python)

tensorflow

# not found tensorflow-gpu 2.10 in conda 
conda insatall tensorflow=2.10 # (only found cpu version)

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.10
#(found .whl file, 455.9 MB)

cuda

CUDA Toolkit 11.2.2 (March 2021)

local install .exe file, 2.8 GB

installed path: C:\Users\Andrew\Documents\dlc2023\cuda11.2

(did not choose Geforce experience and display drivers, newer version had been installed.)

cuDNN

Download cuDNN v8.8.1 (March 8th, 2023), for CUDA 11.x

login using QQ scan code.

cudnn-windows-x86_64-8.8.1.3_cuda11-archive.zip

extracted to C:\Users\Andrew\Documents\dlc2023\cudnn-windows-x86_64-8.8.1.3_cuda11-archive

move the files of all three folders to cuda folder. The location of the files in the two folders corresponds to each other.

DeepLabCut

pip install deeplabcut[gui]

python -m deeplabcut
#this well start the GUI