Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 785 Bytes

INSTALL.md

File metadata and controls

executable file
·
37 lines (25 loc) · 785 Bytes

Installation Instructions

  • Clone this repo:
git clone https://github.com/Hxyou/MSCLIP
cd MSCLIP
  • Create a conda virtual environment and activate it (optional):
conda create -n msclip python=3.7 -y
conda activate msclip
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch
  • Install timm==0.3.2:
pip install timm==0.3.2
  • Install other requirements:
pip install numpy scikit-learn Pillow tqdm yacs json ftfy regex transformers einops pickle tensorwatch