Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MPV
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Macalík
MPV
Commits
46fe8f97
Commit
46fe8f97
authored
3 years ago
by
Dmytro Mishkin
Browse files
Options
Downloads
Patches
Plain Diff
python version
parent
dcd10a3f
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
46fe8f97
...
...
@@ -28,7 +28,7 @@ git merge master
You can create conda environment with all required packages via the following for CPU:
```
bash
conda create
--name
mpv-assignments-cpu-only
python
=
3.
7
conda create
--name
mpv-assignments-cpu-only
python
=
3.
8
conda activate mpv-assignments-cpu-only
pip3
install
torch
==
1.8.2+cpu
torchvision
==
0.9.2+cpu
-f
https://download.pytorch.org/whl/lts/1.8/torch_lts.html
pip3
install
kornia
==
0.6.3 tqdm notebook matplotlib opencv-contrib-python
==
4.5.3.56 seaborn tensorboard tensorboardX
...
...
@@ -40,7 +40,7 @@ conda install -c conda-forge ipywidgets
And following for GPU:
```
bash
conda create
--name
mpv-assignments-gpu
python
=
3.
7
conda create
--name
mpv-assignments-gpu
python
=
3.
8
conda activate mpv-assignments-gpu
pip3
install
torch
==
1.8.2+cu102
torchvision
==
0.9.2+cu102
-f
https://download.pytorch.org/whl/lts/1.8/torch_lts.html
pip3
install
kornia
==
0.6.3 tqdm notebook matplotlib opencv-contrib-python
==
4.5.3.56 seaborn tensorboard tensorboardX
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment