-
Notifications
You must be signed in to change notification settings - Fork 4.2k
WIP Removing references to installing PyTorch via Conda #3349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 7 commits
3c0a8e5
a66f05e
e00d84e
0c465f2
22302ec
d8f60ea
6071c56
65bd04a
9ef0ab8
9d04749
536135e
ea13112
db6dbd5
19006b3
7dcb0fe
bfd652e
34b91c9
ffab05c
c7b3aee
91b93f1
f3bc0ca
fe0bf00
4cb2f59
27295ea
e5e95fc
3bd2b22
1257ab1
9d49d11
1d59f85
1588c5e
78f9670
19319ae
3f98763
9d24377
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -190,6 +190,8 @@ Environment setup | |||||
We need an installation of PyTorch and OpenCV. The easiest and most platform | ||||||
independent way to get both is to via Conda:: | ||||||
|
||||||
.. these need to be updated | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Needs an update There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. change to pip install |
||||||
|
||||||
conda install -c pytorch pytorch | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
conda install opencv | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.