Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c211b81

Browse filesBrowse files
authored
Add dependencies needed for image classification (empa-scientific-it#291)
1 parent 5b54842 commit c211b81
Copy full SHA for c211b81

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎binder/environment.yml

Copy file name to clipboardExpand all lines: binder/environment.yml
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: python-tutorial
33
channels:
44
- conda-forge
5+
- pytorch
56
dependencies:
67
- python=3.10
78
- pip
@@ -25,3 +26,10 @@ dependencies:
2526
- tenacity
2627
- markdown2
2728
- python-dotenv
29+
- pillow
30+
- opencv-python
31+
- torch
32+
- torchaudio
33+
- torchvision
34+
- albumentations
35+
- grad-cam

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.