- 博客(7)
- 收藏
- 关注
原创 TensorflowBUG
文章目录1:解决TypeError: 'int' object is not iterable 1:解决TypeError: ‘int’ object is not iterable #代码为 import tensorflow as tf label = 100 with tf.Session() as sess: sess.run(tf.global_variables_initial...
2020-01-08 09:34:04
796
2
原创 Spring Boot | 后端 | 问题 |部署 |application | 注解 |
Spring Boot、问题、部署、application.yml、生产环境、开发环境
2023-06-12 02:34:14
186
原创 AttnGAN论文问答
AttnGAN论文问答 (一)作用 在AttnGAN之前有stackGAN、stackGAN++、text-to-image等论文,它们的目的都是为了完成“文本-图像”这一难题,在我们领域中,文本与图像的语义不一致的问题一直难以解决,attngan很好的解决了这一问题 (图一 论文图) 我们给计算输入一句话“this bird is red with white and has a very s...
2020-02-18 02:38:02
1787
5
原创 动手学TensorflowAPI
文章目录1. tf.contrib.flatten() 1. tf.contrib.flatten() import tensorflow as tf from tensorflow.contrib import slim noise = tf.random_normal([20, 64, 64, 3]]) #20个批次,大小为64x64x3到图片 print(noise.shape, nois...
2020-01-09 19:58:13
261
原创 Anaconda安装和使用
文章目录1.安装Anaconda 1.安装Anaconda Anaconda在win、ios、linux三个平台上面均可以安装使用、Windows和MacOs上的安装较为简单就是常见的点点这里不赘述,本文主要讲解在ubuntu\linux平台上面的安装和使用。 ...
2020-01-08 14:52:58
628
原创 深度学习论文及资源整合
深度学习优秀论文及项目资源整合 1. StackGan: StackGan论文 2. AttnGan: AttnGAN论文 动手学AttnGan 3.text-to-image text-to-image论文
2020-01-06 19:05:21
280
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅