Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 271 Bytes

File metadata and controls

5 lines (5 loc) · 271 Bytes

Tensorflow_in_Action

结合官方中文用户手册来熟悉tensorflow低阶API的使用。 目前tf推荐使用keras来直接调用layer封装模型。 也可以使用eager_execution来实现。 但自定义网络结构时往往需要从低阶API来实现。