《Learning Transferable Visual Models From Natural Language Supervision》
conda create --name CLIP python=3.8
conda activate CLIP
conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
cd
git clone https://github.com/openai/CLIP.git
cd clip
pip install -e.
conda install scikit-learn