摘要: 在创建docker时配置较大的共享内存,加入参数--shm-size="15g",设置15g(根据实际情况酌量设置)的共享内存: nvidia-docker run -it --name [container_name] --shm-size="15g" ... 这样可以在训练神经网络时把numbe 阅读全文
posted @ 2022-07-20 23:35 Picassooo 阅读(1876) 评论(0) 推荐(0)
摘要: Shell中的$0、$1、$2的含义 阅读全文
posted @ 2022-07-20 23:29 Picassooo 阅读(350) 评论(0) 推荐(0)
摘要: 花了两天,终于把 Python 的 setup.py 给整明白了 阅读全文
posted @ 2022-07-20 18:36 Picassooo 阅读(40) 评论(0) 推荐(0)
摘要: pip install -r requirements.txt -r, --requirement Install from the given requirements file. This option can be used multiple times. -t: 安装到指定位置。 -e: 安 阅读全文
posted @ 2022-07-20 18:26 Picassooo 阅读(741) 评论(0) 推荐(0)