Skip to content

Instantly share code, notes, and snippets.

@e96031413
Last active January 26, 2024 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e96031413/f8fa9b89997a4ce0179ae4591417190f to your computer and use it in GitHub Desktop.
Save e96031413/f8fa9b89997a4ce0179ae4591417190f to your computer and use it in GitHub Desktop.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
echo 'export PATH="$PATH:/home/Yanwei_Liu/.local/bin"' >> ~/.bashrc
echo 'alias python=python3' >> ~/.bashrc
source ~/.bashrc
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
@e96031413
Copy link
Author

e96031413 commented Dec 4, 2023

requirements.txt

bm3d
bm4d
colorama
colour-demosaicing
colour-science
einops
ExifRead
fightingcv-attention
fvcore
h5py
imageio
IQA-pytorch
matplotlib
numpy
onnx
opencv-python
openpyxl
pandas
Pillow
pytorch-metric-learning
pytorch-msssim
PyYAML
rawpy
scikit-image
scikit-learn
scipy
seaborn
tensorboard
thop
timm
torchsummary
torchprofile
torchstat
ptflops
loguru
pyiqa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment