文件名称:more-contrastive
文件大小:7.34MB
文件格式:ZIP
更新时间:2024-05-09 22:43:27
Python
更具对比性 要求 conda Python 3.6或更高版本 安装 # If you need to install conda wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh # Clone this repository git clone https://github.com/ngowilliam1/more-contrastive.git cd more-contrastive # Create env with requirements conda create -n PyConEnv python=3.7 -y conda activate PyConEnv conda install pytorch