apiprompting / API_CLIP /clip_prs /environment.yml
yu-rp
init
c64fb9f
raw
history blame contribute delete
275 Bytes
name: prsclip
channels:
- pytorch
- nvidia
dependencies:
- python >= 3.8
- pytorch >= 1.13
- torchvision
- pytorch-cuda=11.7
- pip:
- timm
- einops
- ftfy
- scipy
- imageio
- h5py
- scikit-image
- scikit-learn
- opencv-python