PyTorch v0.3.0 发布,Python 优先的深度学习框架

栏目: 软件资讯 · 发布时间: 8年前

内容简介:PyTorch v0.3.0 已发布,包括: Breaking changes:移除 reinforce() 新特性 Unreduced losses A profiler for the autograd engine More functions support Higher order gradients New features in Optimizers...

PyTorch v0.3.0 已发布,包括:

  • Breaking changes:移除 reinforce()

  • 新特性

    • Unreduced losses

    • A profiler for the autograd engine

    • More functions support Higher order gradients

    • New features in Optimizers

    • New layers and nn functionality

    • New Tensor functions and Features

    • Other additions

  • API 更改

  • 性能改进

    • Big reduction in framework overhead (helps small models)

    • 4x to 256x faster Softmax/LogSoftmax

    • More...

  • 框架互通性

    • DLPack Interoperability

    • Model Exporter to ONNX (ship PyTorch to Caffe2, CoreML, CNTK, MXNet, Tensorflow)

  • Bug 修复

各项具体细节和下载地址请查阅发行说明

PyTorch 是一个 Python 优先的深度学习框架,提供两个高级功能:

  • 强大的 GPU 加速 Tensor 计算(类似 numpy)

  • 构建基于 tape 的自动升级系统上的深度神经网络


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《PyTorch v0.3.0 发布,Python 优先的深度学习框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

A Common-Sense Guide to Data Structures and Algorithms

A Common-Sense Guide to Data Structures and Algorithms

Jay Wengrow / Pragmatic Bookshelf / 2017-8-13 / USD 45.95

If you last saw algorithms in a university course or at a job interview, you’re missing out on what they can do for your code. Learn different sorting and searching techniques, and when to use each. F......一起来看看 《A Common-Sense Guide to Data Structures and Algorithms》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具