-
Install Git
-
Open commond line, create environment and enter with the following commands:
conda create -n P4SU python=3.8 conda activate P4SU
-
Clone the repository and enter:
git clone https://github.com/Ryan21wy/P4SU.git cd P4SU
-
Install dependency with the following commands:
pip install -r requirements.txt
To learn how to pretrain and finetune your own models, some samples are available at Google Colab demo 1 and demo 2.
Wang Yue
E-mail: ryanwy@csu.edu.cn