Typo in requirements.txt: "torch=1.3.0"
Opened this issue · 0 comments
zychen423 commented
Hi, thank you for sharing code with us and your amazing work 💯 .
Just want to notify in requirements.txt
there is a typo
numpy==1.17.2
torch=1.3.0
tqdm==4.36.1
SPARQLWrapper==1.8.2
spacy==2.1.3
where in line 2 it should be torch==1.3.0
, and personally I think torch>=1.3.0
will be better.