Please install some packages for torch environment #211
Answered
by
shaido987
GuibinChen92057
asked this question in
BaiduKDDCup2022
-
Dear Hosts, |
Beta Was this translation helpful? Give feedback.
Answered by
shaido987
Jun 22, 2022
Replies: 1 comment
-
All these except scipy is part of the standard library in python and are automatically installed (see: https://docs.python.org/3/library/). Scipy on the other hand should be installed in the pytorch environment already (see installed packages here). So you should be able to run your code in the online environment already. (Note that I'm not part of the organizers of this competition.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramber1836
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All these except scipy is part of the standard library in python and are automatically installed (see: https://docs.python.org/3/library/). Scipy on the other hand should be installed in the pytorch environment already (see installed packages here). So you should be able to run your code in the online environment already.
(Note that I'm not part of the organizers of this competition.)