Skip to content

jian3xiao/TF_Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow的使用下

内容主要来自书《简明的TensorFlow 2》,TensorFlow Hub 模型复用

使用说明

  1. test_tfhub.py 使用的就是书中提供的风格迁移的例子,可以正常运行。一点小疑问:为什么在输出时使用tf.constant() ?使用和不使用都能得到一样的结果。实验结果可以参考上面的网站

  2. test_tfhub_v1.py 在TF-13.1的版本下使用Hub,以GANs生成图像为例。使用的Hub网站上提供的GANs模型是ResNet CIFAR。但是运行TF-13.1的版本要注意更换CUDA和cuDNN版本。

下面展示生成的图像和真实的图像

生成图像

img

真实图像

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages