File tree Expand file tree Collapse file tree 1 file changed +9
-87
lines changed
LabsSolutions/01-pytorch-segmentation Expand file tree Collapse file tree 1 file changed +9
-87
lines changed Original file line number Diff line number Diff line change 1
- absl-py == 1.4.0
2
- albumentations == 1.3.0
3
- cachetools == 5.3.0
4
- certifi == 2025.1.31
5
- charset-normalizer == 3.1.0
6
- cmake == 3.26.3
7
- coloredlogs == 15.0.1
8
- contourpy == 1.0.7
9
- cycler == 0.11.0
10
- deepcs == 0.2.8
11
- exceptiongroup == 1.1.1
12
- filelock == 3.12.0
13
- flatbuffers == 23.5.9
14
- fonttools == 4.43.0
15
- fsspec == 2023.5.0
16
- google-auth == 2.18.1
17
- google-auth-oauthlib == 1.0.0
18
- grpcio == 1.54.3
19
- huggingface-hub == 0.14.1
20
- humanfriendly == 10.0
21
- idna == 3.7
22
- imageio == 2.29.0
23
- importlib-metadata == 6.6.0
24
- importlib-resources == 5.12.0
25
- iniconfig == 2.0.0
26
- Jinja2 == 3.1.6
27
- joblib == 1.2.0
28
- kiwisolver == 1.4.4
29
- lazy-loader == 0.2
30
- lit == 16.0.5
31
- Markdown == 3.4.3
32
- MarkupSafe == 2.1.2
33
- matplotlib == 3.7.1
34
- mpmath == 1.3.0
35
- networkx == 3.1
36
- numpy == 1.24.3
37
- nvidia-cublas-cu11 == 11.10.3.66
38
- nvidia-cuda-cupti-cu11 == 11.7.101
39
- nvidia-cuda-nvrtc-cu11 == 11.7.99
40
- nvidia-cuda-runtime-cu11 == 11.7.99
41
- nvidia-cudnn-cu11 == 8.5.0.96
42
- nvidia-cufft-cu11 == 10.9.0.58
43
- nvidia-curand-cu11 == 10.2.10.91
44
- nvidia-cusolver-cu11 == 11.4.0.1
45
- nvidia-cusparse-cu11 == 11.7.4.91
46
- nvidia-nccl-cu11 == 2.14.3
47
- nvidia-nvtx-cu11 == 11.7.91
48
- oauthlib == 3.2.2
49
- onnx == 1.17.0
50
- onnxruntime-gpu == 1.15.0
51
- opencv-python-headless == 4.8.1.78
52
- packaging == 23.1
53
- Pillow == 10.3.0
54
- pluggy == 1.0.0
55
- protobuf == 4.23.1
56
- pyasn1 == 0.5.0
57
- pyasn1-modules == 0.3.0
58
- pyparsing == 3.0.9
59
- pytest == 7.3.1
60
- python-dateutil == 2.8.2
61
- PyWavelets == 1.4.1
62
- PyYAML == 6.0
63
- PySide2 == 5.15.2.1
64
- qudida == 0.0.4
65
- requests == 2.32.2
66
- requests-oauthlib == 1.3.1
67
- rsa == 4.9
68
- safetensors == 0.3.1
69
- scikit-image
70
- scikit-learn == 1.5.1
71
- scipy == 1.10.1
72
- six == 1.16.0
73
- sympy == 1.12
74
- tensorboard == 2.13.0
75
- tensorboard-data-server == 0.7.0
76
- threadpoolctl == 3.1.0
77
- tifffile == 2023.4.12
78
- timm == 0.9.2
79
- tomli == 2.0.1
80
1
torch == 2.6.0
81
- torchinfo == 1.8.0
82
- torchvision == 0.15.2
83
- tqdm == 4.66.3
84
- triton == 2.0.0
85
- typing-extensions == 4.6.2
86
- urllib3 == 1.26.19
87
- Werkzeug == 3.0.6
88
- zipp == 3.19.1
2
+ torchvision
3
+ tensorboard
4
+ deepcs == 0.2.10
5
+ matplotlib >= 3.7.1
6
+ albumentations >= 2.0.5
7
+ Pillow >= 10.3.0
8
+ tqdm >= 4.66.3
9
+ onnx >= 1.17.0
10
+ onnxruntime-gpu >= 1.15.0
You can’t perform that action at this time.
0 commit comments