官方示例链接 https://mxnet.apache.org/api/python/docs/tutorials/performance/backend/tensorrt/tensorrt.html Optimizing Deep Learning Computation Graphs with ...
分类:
Web程序 时间:
2020-01-01 20:50:28
阅读次数:
269
optimizerG = optim.Adam(netG.parameters(), lr=opt.lr_g, betas=(opt.beta1, 0.999)) torch.optim.lr_scheduler.MultiStepLR(optimizer=optimizerG,milestones ...
分类:
其他好文 时间:
2019-12-31 23:32:30
阅读次数:
1476
论文链接: "Double DQN" "Double Q learning" 在传统强化学习领域里面,学者们已经认识到了Q learning 存在overestimate的问题。overestimation 会损害performance,因为overestimate很可能是不均匀的.造成overes ...
分类:
其他好文 时间:
2019-12-31 14:13:24
阅读次数:
135
这篇文章就是DQN,DRL领域非常重要的一篇文章,也是David Silver大神的工作。文章本身没有什么难度。 文章说了RL和DL 的两个不同之处 DL 尤其是supervised learning 需要大量的labelled training data, 强化学习只有一个scalar Rewar ...
分类:
其他好文 时间:
2019-12-31 01:22:46
阅读次数:
80
Google 最新(19.10)提出的预训练模型T5(Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer) 最近放出了源代码及paper. 连续刷榜GLUE SuperGLUE两大benc ...
分类:
其他好文 时间:
2019-12-31 00:56:18
阅读次数:
256
https://www.orchome.com/295 ...
分类:
其他好文 时间:
2019-12-30 21:08:35
阅读次数:
75
Rust安装 https://learnku.com/rust/wikis/29019 https://www.bookstack.cn/read/learning rust/installation ubuntu.md ...
分类:
其他好文 时间:
2019-12-30 17:35:59
阅读次数:
45
RankSVM的基本思想是,将排序问题转化为pairwise的分类问题,然后使用SVM分类模型进行学习并求解。 参考博客: Learning to Rank算法介绍:RankSVM 和 IR SVM ...
分类:
其他好文 时间:
2019-12-30 16:01:40
阅读次数:
54
曲名:Fake 作者:The Tech Thieves 1 [01;12.092]I got wasted,learning how to let it out 2 [01;24.009]Please don't fake it,fake it,fake 3 [00:23.110]Please do ...
分类:
其他好文 时间:
2019-12-29 18:30:11
阅读次数:
724
window 用doxygen生成文档介绍: https://cedar-renjun.github.io/2014/03/21/learn-doxygen-in-10-minutes/ linux 用doxygen生成文档介绍: https://www.ibm.com/developerworks ...
分类:
其他好文 时间:
2019-12-29 16:39:36
阅读次数:
71