-
more-contrastive下载
资源介绍
更具对比性
要求
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