11 2021 档案

摘要:docker官网:https://docs.docker.com/ dockerhub: https://registry.hub.docker.com/ 一、卸载旧版本 sudo apt-get remove docker docker-engine docker.io containerd ru 阅读全文
posted @ 2021-11-22 23:51 七三七3 阅读(547) 评论(0) 推荐(0)
摘要:(1)https://www.tensorflow.org/install/source 官网找到匹配信息 (第二列为python 版本) (2)创建python版本符合要求的虚拟环境(your_env_name替换为想设置的虚拟环境名称,这里设置为`tf1`) conda create -n yo 阅读全文
posted @ 2021-11-22 23:24 七三七3 阅读(3311) 评论(0) 推荐(1)
摘要:from keras.models import * g_model = load_model('RVGAN/global_model_000023.h5') 解决方法: pip install h5py==2.10 阅读全文
posted @ 2021-11-20 00:26 七三七3 阅读(631) 评论(0) 推荐(0)