摘要:
Python字典保存为Json格式化文件 TypeError: Object of type ‘ndarray‘ is not JSON serializable Python JSON 保存json文件: import json info = {"key_1": "value_1", "key_2 阅读全文
posted @ 2022-07-23 14:06
Picassooo
阅读(1169)
评论(0)
推荐(0)
摘要:
把docker打包成镜像的命令: et cm [镜像名字] [镜像版本说明] 例如: et cm detection pytorch1.11-python3.8-cuda11.4 打包了一个名叫 detection的镜像,镜像中的一些库的版本是pytorch1.11-python3.8-cuda11 阅读全文
posted @ 2022-07-23 10:26
Picassooo
阅读(271)
评论(0)
推荐(0)