美文网首页
2020-02-25 小问题小记

2020-02-25 小问题小记

作者: 爱折腾的大懒猪 | 来源:发表于2020-02-26 23:48 被阅读0次

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


image.png

相关文章

网友评论

      本文标题:2020-02-25 小问题小记

      本文链接:https://www.haomeiwen.com/subject/dzytchtx.html