欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

常用操作

程序员文章站 2022-05-27 11:51:34
...

secureCRT

  1. Alt + p 打开STFP
  2. 下载文件
lcd  f:/STFP 
get -r file
  1. 上传文件
put  -r 
  1. nohup追加文件到指定文件夹
nohup python train_.py >output 2>&1 &

启动npm

 npm install
 npm run dev

Git 使用

  1. 下载
git clone ssh://
  1. 上传更新
 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
相关标签: 操作