常用操作
程序员文章站
2022-05-27 11:51:34
...
secureCRT
- Alt + p 打开STFP
- 下载文件
lcd f:/STFP
get -r file
- 上传文件
put -r
- nohup追加文件到指定文件夹
nohup python train_.py >output 2>&1 &
启动npm
npm install
npm run dev
Git 使用
- 下载
git clone ssh://
- 上传更新
git add .
git commit -m 'add ./ignore'
git push origin master
显示显卡信息
lspci | grep -i vga
在linux下创建一个新用户
1. 安装anaconda
2. 在bashrc下面 export PATH=/home/xjtuse/anaconda3/bin:$PATH
3. **bashrc source .bashrc
安装镜像源
https://github.com/google-research/google-research/tree/master/enas_lm
跑程序指定哪块GPU
os.environ["CUDA_VISIBLE_DEVICES"] = “0”