Alibaba Cloud server usage tutorial

First make sure your system and apt package list are fully updated:

apt-get update -y
apt-get upgrade -y

Download git:

apt-get install git

Download the source code from github:

git clone https://github.com/rainarch/DSNER.git

Change cpu to gpu:

import os
os.environ["CUDA_VISIBLE_DEVICES"] = "0"

Install Nvidia driver:

https://blog.csdn.net/DarrenXf/article/details/82110962

https://blog.csdn.net/ksws0292756/article/details/79160742

Guess you like

Origin blog.csdn.net/u011939633/article/details/93987596