DeepLabCut / DeepLabCut-live

SDK for running DeepLabCut on a live video stream
https://elifesciences.org/articles/61909
Other
192 stars 50 forks source link

Bump tensorflow version #103

Closed stes closed 1 year ago

stes commented 1 year ago

Update the dependencies to include TF 2.12.

In my application this works without issues on an A10 GPU with TF 2.12 and CUDA 12.0, but probably more tests are needed before accepting.

MMathisLab commented 1 year ago

agree - although DLC main is pinned at 2.10 for windows users, linux users can use 2.12+ (current TF); so this should not be capped here. LGTM