MyGit

v2.0.0-beta0

PaddlePaddle/Paddle

版本发布时间: 2020-09-15 09:25:09

PaddlePaddle/Paddle最新发布版本:v3.0.0-beta0(2024-06-27 18:00:34)

2.0-beta Release Note

重要更新

本版本为飞桨框架v2.0的测试版,最重要的变化为API体系的全面升级以及命令式编程(动态图)能力的全面完善。本版本系统优化了飞桨基础API的目录结构,全面修复了历史遗留的相关问题,并对API做了充分补充,特别是提供了更为完善的高层API功能;同时提供了对动态图的量化训练、混合精度训练的支持,动静转换实现了完备的语法支持,并且易用性大幅提升,动态图相关功能趋于完善,推荐使用动态图模式。此外,推理库的C++接口也做了升级优化,推理库对量化模型的支持以及推理性能都有了全面增强。

训练框架

基础API

兼容性说明

目录结构调整

API别名规则

常用API名称变化

新增API

修复和完善API

多设备/分布式训练API

高层API

功能优化(含分布式)

动态图转静态图

混合精度训练

量化训练

性能优化(含分布式)

动态图基础功能

调试分析

Bug修复

依赖库升级

推理

Paddle Inference

API

功能升级

性能优化

Bug修复

2.0-beta Release Note

Important Update

This version is the beta version of PaddlePaddle Framework v2.0. The most important change is the full upgrade of the API system and the comprehensive improvement on the imperative programming (dynamic graph) capability. This version systematically optimizes the directory structure of PaddlePaddle basic APIs, comprehensively fixes relevant issues left over from the past, fully supplements APIs, and especially provides the better high-level API functions. It also provides support for the quantitative training and mixed precision training under a dynamic graph. Perfect syntax support is implemented in the dynamic-to-static conversion. The usability is improved substantially. Dynamic graph-related functions tend to be perfect. In addition, the C++ APIs for the inference library are upgraded and optimized. Both the support of the inference library for quantitative models and the inference performance are fully enhanced.

Training Framework

Basic APIs

Compatibility Description

For Version Paddle 2.x, users are recommended to use APIs in the paddle root directory. In addition, all the APIs of Version Paddle 1.x are reserved in the paddle.fluid directory. Codes for Version Paddle 1.x training are not changed according to the design, that is, models saved for Version Paddle 1.x training can run on Version Paddle 2.x normally and inference can be performed using Version Paddle 2.x.

Directory Structure Adjustment

API Alias Rules

Name Change of Commonly Used APIs

Added APIs

Fixing and Improving APIs

Multi-device/Distributed Training APIs

High-level APIs

Function Optimization (Including Distributed)

Dynamic Graph to Static Graph

Mixed Precision Training

Quantitative Training

Performance Optimization (Including Distributed)

Basic Functions for Dynamic Graph

Debugging Analysis

Bug Fixing

Dependency Library Upgrading

Inference

Paddle Inference

API

Functional Upgrading

Performance optimization

Bug Fixing

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-09-15发行的版本