# PyTF-DeepDream **Repository Path**: bozclub/PyTF-DeepDream ## Basic Information - **Project Name**: PyTF-DeepDream - **Description**: Deep Dream Demo - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTF-DeepDream #### 介绍 Deep Dream Demo #### 软件架构 软件架构说明 #### 安装教程 在网址https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip 下载解压得到模型文件tensorflow_inception_graph.pb,用于预训练模型 #### 使用说明 **1. 使用下面的命令加载模型并打印一些基础信息** ``` python load_inception.py ``` **2. 生成原始的Deep Dream 图像** ``` python gen_naive.py ``` **3. 生成更大尺寸的Deep Dream 图像** ``` python gen_multiscale.py ``` **4. 生成更高质量的Deep Dream 图像** ``` python gen_lapnorm.py ``` **5. 最终的Deep Dream 模型** ``` python gen_deepdream.py #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)