机器学习杂货铺总店


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

【论文极速看】 Linformer 线性复杂性的自注意力机制

Posted on 2023-02-11 | In 论文极速读
Words count in article: 180k 字 | Reading time ≈ 10:56 分钟

线性复杂度的Transformer...

Read more »

【见闻录系列】工作一年总结——复杂度和困难度

Posted on 2023-02-11 | In 见闻录系列
Words count in article: 14k 字 | Reading time ≈ 50 mins. 分钟

从实习开始算起,土豆已经工作一年半了,不过从正式入职的时间来看还不到一年,那么四舍五入下就算个工作一年吧,正好写个工作总结,记录一下心路历程。土豆先后在腾讯,蚂蚁金服和百度三家公司实习过,虽然都是算法工程师岗位,但是三份实习工作的工作内容都不太相同。在腾讯的时候,主要是对一些视频识别&分类的论文进行总结和跟踪,然后在Kinetics数据集上进行复现和一些新方法的探索,在这个期间也总结了一篇比较长的博文《万字长文漫谈视频理解》[1],以及其他一些相关工作的博文[2]...

Read more »

混合精度训练场景中,对比学习损失函数的一个注意点

Posted on 2023-02-09 | In 对比学习
Words count in article: 176k 字 | Reading time ≈ 10:40 分钟

笔者在之前的大规模对比学习训练过程(训练CLIP)中,发现在混合精度训练时候,对比学习的交叉熵损失(带温度系数)容易出现的一个小问题,特此笔记下,希望对读者有所帮助。

Read more »

一文搞懂反卷积,转置卷积

Posted on 2023-01-30 | In 深度学习基础
Words count in article: 78k 字 | Reading time ≈ 4:45 分钟

本文翻译自《Up-sampling with Transposed Convolution》,这篇文章对转置卷积和反卷积有着很好的解释,这里将其翻译为中文,以飨国人。

Read more »

如何在TensorFlow中使用并行数据加载,解决视频读取问题

Posted on 2023-01-30 | In TensorFlow
Words count in article: 18k 字 | Reading time ≈ 1:06 分钟

在TensorFlow中自带有queue和TFrecord以用为异步并行加载数据,以提高整体系统的性能,但是有些情况下,并不需要或者不能用TFrecord,这个时候,可以手动写一个简单的并行加载数据的框架,可以大大提高系统的性能。

Read more »

利用numpy数组保存TensorFlow模型的参数

Posted on 2023-01-30 | In TensorFlow
Words count in article: 4.5k 字 | Reading time ≈ 16 mins. 分钟

A little trick...

Read more »

TensorFlow模型的持久化

Posted on 2023-01-30 | In TensorFlow
Words count in article: 17k 字 | Reading time ≈ 1:01 分钟

在TensorFlow中,一旦模型训练完成,就需要对其进行持久化操作,也就是将其保存起来,在需要进行对新样本进行测试时,程序加载已经持久化后的模型。在这个过程中就涉及到了模型的持久化操作,在这里简单分享下自己的所见所学。

Read more »

Effective TensorFlow Chapter 9:TensorFlow模型原型的设计和利用python ops的高级可视化

Posted on 2023-01-20 | In TensorFlow
Words count in article: 12k 字 | Reading time ≈ 44 mins. 分钟

本文翻译自: 《Prototyping kernels and advanced visualization with Python ops》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 8:在TensorFlow中的控制流:条件语句和循环

Posted on 2023-01-20 | In TensorFlow
Words count in article: 9.4k 字 | Reading time ≈ 34 mins. 分钟

本文翻译自: 《Control flow operations: conditionals and loops》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 7:TensorFlow中的执行顺序和控制依赖

Posted on 2023-01-20 | In TensorFlow
Words count in article: 6.2k 字 | Reading time ≈ 23 mins. 分钟

本文翻译自: 《Understanding order of execution and control dependencies》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »
上一页1…456…13下一页

122 posts
40 categories
217 tags
RSS
GitHub E-Mail StackOverflow
© 2025 FesianXu
该站点文章共447k字,欢迎光临~