上一页 1 2 3 4 5 6 7 ··· 20 下一页

2022年5月24日

Check compute capability and tf version

摘要: $ python -c "import tensorflow as tf; tf.test.is_gpu_available(); print('version :' + tf.__version__)" 阅读全文

posted @ 2022-05-24 18:39 cdekelon 阅读(12) 评论(0) 推荐(0) 编辑

2022年5月20日

rename network interfaces on Linux eth0

摘要: https://support.mellanox.com/s/article/howto-change-network-interface-name-in-linux-permanently 阅读全文

posted @ 2022-05-20 11:11 cdekelon 阅读(10) 评论(0) 推荐(0) 编辑

2022年5月19日

nvidia-smi --query

摘要: $ nvidia-smi --query | head -n 11 NVSMI LOG Timestamp : Thu May 19 09:11:46 2022Driver Version : 510.47.03CUDA Version : 11.6 Attached GPUs : 1GPU 000 阅读全文

posted @ 2022-05-19 09:13 cdekelon 阅读(36) 评论(0) 推荐(0) 编辑

2022年5月18日

np.dot ValueError: operands could not be broadcast together with shapes (2,2) (2,3)

摘要: https://www.statology.org/operands-could-not-be-broadcast-together-with-shapes/ ValueError: operands could not be broadcast together with shapes (2,2) 阅读全文

posted @ 2022-05-18 14:36 cdekelon 阅读(258) 评论(0) 推荐(0) 编辑

2022年5月13日

create a plain text code snippet in slack

摘要: https://slack.com/help/articles/204145658-Create-or-paste-code-snippets-in-Slack 阅读全文

posted @ 2022-05-13 11:43 cdekelon 阅读(8) 评论(0) 推荐(0) 编辑

2022年5月11日

$ sudo apt-get install gcc-11

摘要: $ sudo apt-get install gcc-11 $ sudo apt-get install gdb 阅读全文

posted @ 2022-05-11 22:14 cdekelon 阅读(76) 评论(0) 推荐(0) 编辑

2022年5月6日

mount nfs

摘要: https://www.answertopia.com/ubuntu/using-nfs-to-share-ubuntu-files-with-remote-systems/ $ sudo vim /etc/exports /mnt/nfs_share *(insecure,rw,sync,no_s 阅读全文

posted @ 2022-05-06 09:57 cdekelon 阅读(78) 评论(0) 推荐(0) 编辑

2022年5月4日

nginx issue

摘要: nginx: [emerg] BIO_new_file("/tmp/recorderApp/speech/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/tmp 阅读全文

posted @ 2022-05-04 12:52 cdekelon 阅读(20) 评论(0) 推荐(0) 编辑

2022年4月14日

codespell

摘要: 1. Install codespell pip install codespell 2. Download dictionary to a folder, e.g. ~/dictionary.txt3. Git clone git clone xxx.git 3. Check docs files 阅读全文

posted @ 2022-04-14 14:09 cdekelon 阅读(86) 评论(0) 推荐(0) 编辑

2022年4月5日

批量kill 进程

摘要: # ps -aux |grep speech |awk -F " " '{print $2}' |xargs kill -9 https://blog.csdn.net/liveway6/article/details/100192121 阅读全文

posted @ 2022-04-05 23:32 cdekelon 阅读(12) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 20 下一页

导航