摘要:
Python字典保存为Json格式化文件 TypeError: Object of type ‘ndarray‘ is not JSON serializable Python JSON 保存json文件: import json info = {"key_1": "value_1", "key_2 阅读全文
摘要:
把docker打包成镜像的命令: et cm [镜像名字] [镜像版本说明] 例如: et cm detection pytorch1.11-python3.8-cuda11.4 打包了一个名叫 detection的镜像,镜像中的一些库的版本是pytorch1.11-python3.8-cuda11 阅读全文
摘要:
pip install -r requirements.txt -r, --requirement Install from the given requirements file. This option can be used multiple times. -t: 安装到指定位置。 -e: 安 阅读全文