git checkout 8322165(release中7位版本号)
np.where(state>1000,state/10000,state)
[root@localhost ~]# vncserver
New 'localhost:1 (root)' desktop is localhost:1
sudo -i
export DISPLAY=ubuntu-Super-Server1:16
xhost +
https://developer.nvidia.com/nvidia-tensorrt3rc-download(cuda8+cudnn7,都包含在tensorrtdebian包里)
sudo nvpmodel -m 0???????? # 切换工作模式到最大
sudo? ~/jetson_clocks.sh?? # 强制开启风扇最大转速
sudo apt-get install python3-pip
pip install numpy -i 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
阿里云 http://mirrors.aliyun.com/pypi/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
import sys
print(sys.path)
sys.path.append('..') (将最高目录目录扩大到上一级,从而引用上级目录)
(2) 复制目录:
命令格式:
scp -r local_folder [email protected]:/home/nvidia/Downloads
tx2备份
sudo ./flash.sh -r -k APP -G my_backup.img jetson-tx2 mmcblk0p1
恢复
sudo ./flash.sh -r jetson-tx2 mmcblk0p1
linux无法识别usb问题
sudo apt-get install exfat-fuse exfat-utils
Ubuntu 16.04 安装Gitlab
https://www.cnblogs.com/ws17345067708/p/10469234.html
批量转jupyter文件
jupyter nbconvert --to script *.ipynb
tensorboard --logdir=./ --port=8008
git init --bare projectname.git
chown -R git:git projectname.git