Closed JackStig closed 3 years ago
when I run$ bash ./scripts/run_rgasc_cuhk03.sh
it doesn't start
(base) wys@T640:~/WorkSpace/Relation-Aware-Global-Attention-Networks$ bash ./scripts/run_rgasc_cuhk03.sh ./logs/RGA-SC/cuhk03labeled_b64f2048 not exists!!! Begin to train. Begin to test. (base) wys@T640:~/WorkSpace/Relation-Aware-Global-Attention-Networks$
I don't know if it is related to this ERROR.
Python version caused this problem.
when I run
$ pip install -r requirements.txt
something went wrongI try to install with
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
,can somebody tell me what does 0.4.0 mean?