TransTrack
TransTrack copied to clipboard
python setup.py build install
When I run python setup.py build install on 3080,I get a mistake:
This is my pytorch version:
conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
I also encountered this error. Have you managed to resolve it?