机器学习杂货铺总店


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

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

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

A little trick...

Read more »

TensorFlow模型的持久化

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

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

Read more »

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

Posted on 2023-01-20 | In TensorFlow
Words count in article: 943 字 | Reading time ≈ 4 分钟

本文翻译自: 《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: 1k 字 | Reading time ≈ 4 分钟

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

Read more »

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

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

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

Read more »

Effective TensorFlow Chapter 6: 在TensorFlow中的运算符重载

Posted on 2023-01-20 | In TensorFlow
Words count in article: 763 字 | Reading time ≈ 3 分钟

本文翻译自: 《Take advantage of the overloaded operators》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 5:在TensorFlow中,给模型喂数据(feed data)

Posted on 2023-01-20 | In TensorFlow
Words count in article: 845 字 | Reading time ≈ 3 分钟

本文翻译自: 《Feeding data to TensorFlow》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 4: TensorFlow中的广播Broadcast机制

Posted on 2023-01-20 | In TensorFlow
Words count in article: 1.1k 字 | Reading time ≈ 4 分钟

本文翻译自: 《Broadcasting the good and the ugly》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 3: 理解变量域Scope和何时应该使用它

Posted on 2023-01-20 | In TensorFlow
Words count in article: 845 字 | Reading time ≈ 3 分钟

本文翻译自: 《Scopes and when to use them》, 如有侵权请联系删除,仅限于学术交流,请勿商用。如有谬误,请联系指出。

Read more »

Effective TensorFlow Chapter 2:理解静态和动态的Tensor类型的形状

Posted on 2023-01-20 | In TensorFlow
Words count in article: 579 字 | Reading time ≈ 2 分钟

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

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

127 posts
40 categories
227 tags
RSS
GitHub E-Mail StackOverflow
© 2026 FesianXu
该站点文章共426.5k字,欢迎光临~