
ML
evsunny
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
论文阅读1《AttnGAN: Fine-Grained Text to Image Generation with Attentional Generative Adversarial Networ》
paper链接https://arxiv.org/abs/1711.10485,code链接https://github.com/taoxugit/AttnGAN,作者的homepage https://sites.google.com/view/taoxu本文给出的是CVPR 2018的文章《AttnGAN: Fine-Grained Text to Image Generation wi...原创 2018-10-25 08:24:57 · 1233 阅读 · 0 评论 -
Tensorflow转Pytorch实战(1)
近期任务,把论文中用Tensorflow实现的源码转换成Pytorch,菜鸡开始好好撸代码惹。。。最开始进入Tensorflow中文社区和Pytorch中文社区过了一遍,发现没有特别能记住什么,还是看些基础的例子,然后动手实践起来,期间推荐看相关框架的英文tu查阅(看到常用词和提高英语,是吧)Tensorflow英文教程:Tensorflow tutorialsTensorflow中文教程:...原创 2019-04-02 19:36:33 · 7139 阅读 · 8 评论 -
《Large scale GAN training for high fidelity natural image synthesis》论文阅读记录
论文连接地址:https://arxiv.org/pdf/1809.11096.pdfGithub地址:https://github.com/AaronLeong/BigGAN-pytorch目录一、效果展示二、简介三、主要贡献四、BigGAN模型4.1 模型的网络架构4.2 模型的实现——Scaling up GANs五、实验六、总结这篇论文是ICLR...原创 2019-07-04 09:19:50 · 548 阅读 · 0 评论