sudo apt-get install htop
-
监控内存(-d为更新频率,下为每0.1s更新一次):
htop -d=0.1
-
监控显存(-n为更新频率,下为每0.1s更新一次):
watch -n 0.1 nvidia-smi
安装icml18-jtnn
: https://github.com/wengong-jin/icml18-jtnn
Package need
conda create -n jtnn_py27 python=2.7
conda install -c rdkit rdkit
conda install pytorch=0.2 -c pytorch
git clone repo
git clone https://github.com/wengong-jin/icml18-jtnn.git


网友评论