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

Latest commit

 

History

History
History
30 lines (24 loc) · 1004 Bytes

File metadata and controls

30 lines (24 loc) · 1004 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 --no-cache-dir
## timm
pip install timm==1.0.24 --no-cache-dir
pip uninstall -y numpy typing-extensions
pip install numpy==1.24.3 typing-extensions==4.5.0 --no-cache-dir
pip install tensorflow==2.13.1 --no-cache-dir
pip install tensorflow-datasets==4.9.2 --no-cache-dir
pip install tensorflow-addons==0.21.0 --no-cache-dir
pip install opencv-python --no-cache-dir
## CLIP
pip install git+https://github.com/openai/CLIP.git --no-cache-dir
####utils
pip install einops --no-cache-dir
pip install scipy --no-cache-dir
pip install dotwiz --no-cache-dir
pip install pyyaml --no-cache-dir
pip install tabulate --no-cache-dir
pip install termcolor --no-cache-dir
pip install iopath --no-cache-dir
pip install scikit-learn --no-cache-dir
pip install ftfy regex tqdm --no-cache-dir
pip install pandas --no-cache-dir
pip install matplotlib --no-cache-dir
pip install ipykernel --no-cache-dir
Morty Proxy This is a proxified and sanitized view of the page, visit original site.