上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: https://zhuanlan.zhihu.com/p/56882616 https://blog.csdn.net/ZesenChen/article/details/85057641 https://zhuanlan.zhihu.com/p/40464595 https://zhuanlan. 阅读全文
posted @ 2020-09-07 20:00 chease 阅读(110) 评论(0) 推荐(0)
摘要: 转自: https://zhuanlan.zhihu.com/p/141622985 论文:《Enhanced LSTM for Natural Language Inference》 github: https://github.com/JasonForJoy/ESIM-NLI 、 https:/ 阅读全文
posted @ 2020-09-03 11:17 chease 阅读(566) 评论(0) 推荐(0)
摘要: 1、使用tf.estimator时出现: ERROR:tensorflow:Model diverged with loss = NaN 基本可以判断就是版本导致的问题,我是从tf 1.4切换到1.12出现该问题的,网上给出的解决方法有很多,我最终通过以下配置完成解决的: Windows SET C 阅读全文
posted @ 2020-08-28 17:13 chease 阅读(974) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/31459527 https://blog.csdn.net/vagrantabc2017/article/details/77507168 https://www.thinbug.com/q/45353389 阅读全文
posted @ 2020-08-04 16:52 chease 阅读(133) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_40913465/article/details/104790258 1、tf.data.TextLineDataset 2、tf.decode_csv https://blog.csdn.net/AI_LX/article/details/8951 阅读全文
posted @ 2020-08-04 16:41 chease 阅读(250) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wkslearner/p/9484443.html https://blog.csdn.net/dqcfkyqdxym3f8rb0/article/details/79342369 在tensorflow的官方文档是这样介绍Dataset数据对象的: 阅读全文
posted @ 2020-06-30 19:57 chease 阅读(397) 评论(0) 推荐(0)
摘要: tf.estimator.Estimator: https://www.cnblogs.com/wushangjue/p/8334539.html https://www.cnblogs.com/zongfa/p/10149483.html https://zhuanlan.zhihu.com/p/ 阅读全文
posted @ 2020-06-29 17:53 chease 阅读(121) 评论(0) 推荐(0)
摘要: 转自: https://easyai.tech/ai-definition/attention/ https://www.zhihu.com/question/68482809 https://zhuanlan.zhihu.com/p/46313756 paper 《NEURAL MACHINE T 阅读全文
posted @ 2020-06-28 15:00 chease 阅读(1908) 评论(0) 推荐(0)
摘要: 转自:https://www.jianshu.com/p/9f306285a3ca 在学习python的过程中,lambda的语法时常会使人感到困惑,lambda是什么,为什么要使用lambda,是不是必须使用lambda? 1、lambda是什么? 看个例子: g = lambda x:x+1g( 阅读全文
posted @ 2020-06-10 17:57 chease 阅读(646) 评论(0) 推荐(0)
摘要: 摘自:https://www.liaoxuefeng.com/wiki/1016959663602400/1017269965565856 1、切片基本操作 取前3个元素,用一行代码就可以完成切片: >>> L = ['Michael', 'Sarah', 'Tracy', 'Bob', 'Jack 阅读全文
posted @ 2020-06-10 14:40 chease 阅读(1000) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页