Commit Graph

345 Commits (8bcb1f29d929f2ff16df44cfc0a6cf65a507c3f4)

Author SHA1 Message Date
Zhen Wang f32ae272ec
Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766)
6 years ago
Chen Weihang 31f422ae5e
Add interface to launch parallel dygraph by multiprocessing (#26044)
6 years ago
liym27 b1f9ed6006
[Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457)
6 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
6 years ago
Aurelius84 f05613683f
[Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960)
6 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
6 years ago
Aurelius84 67d03bed70
Fix jit.to_static usage (#26682)
6 years ago
Huihuang Zheng 26d67414fd
Enrich English declarative Doc (#26538)
6 years ago
ceci3 f8dbd7a273
fix syncbn, test=develop (#26523)
6 years ago
yaoxuefeng d6e888cace
fix Flatten api test=develop (#26346)
6 years ago
wanghuancoder 90e6819cf2
fix engilsh document for api paddle.fluid.dygraph.enabled, test=develop, test=document_fix (#26271)
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
6 years ago
Zhen Wang c037d6253a
Update the demo of paddle.grad (#26498)
6 years ago
Chen Weihang c09de13ec4
Refine jit load model by extra_var_info (#26461)
6 years ago
Yang Zhang f6d20d565c
Update `no_grad` doc examples (#26481)
6 years ago
Zhou Wei ce7d5263e6
[2.0API]Bind method for tensor and Variable (#26416)
6 years ago
Huihuang Zheng e1245f5c84
[Dy2stat] change deprecated imp dependency to importlib, test=develop (#26453)
6 years ago
Chen Weihang 7c1ff38e01
Enhance add_parameter check for dygraph layer (#26188)
6 years ago
Chen Weihang a7cd61fdd1
fix DataParallel code samples, test=document_fix (#26423)
6 years ago
liym27 db272ca5ef
rename file to according to reviews. (#26236)
6 years ago
ceci3 56890dc729
Add SyncBatchNorm (#26032)
6 years ago
liym27 f3ea615673
[Dy2Stat] Fix bug: unwrap func in dy2Stat. (#26279)
6 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
6 years ago
ShenLiang fd0051b488
add set default dtype, get default dtype (#26006)
6 years ago
LielinJiang 9a6a4fbc04
Add children and named_children for Layer (#26289)
6 years ago
wangchaochaohu bb11cbc250
[API2.0] add Device api (set_device and get_device)(#26103)
6 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
6 years ago
Yang Zhang 617eb67f29
Upgrade `no_grad` decorator (#25472)
6 years ago
Leo Chen 2d95280e1f
Feature/Enable Auto-Mixed-Precision in dynamic graph (#24903)
6 years ago
Chen Weihang 838e36e9ed
Fix loaded variable suffix repeat error (#26169)
6 years ago
liym27 1d730ffbf5
[Dy2Stat] Removes temporary files created during the transformation of dygraph to static graph. (#26150)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
Leo Chen 9c6112104e
Fix prelu for compatibility with saved model of old version (#26052)
6 years ago
liym27 168ea22351
[Dy2Stat-ErrorMessage]Optimize error value to improve readability when error raised in runtime. (#25970)
6 years ago
Chen Weihang 3eee0467fe
Add limit support for load_dygraph loading jit.save result (#25935)
6 years ago
liym27 12bf9d7168
[Dy2Stat-ErrorMessage]Enhance original error and create new exception (#25798)
6 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
6 years ago
Shibo Tao c8d0d1419b
add paddle.utils.deprecated. (#25912)
6 years ago
LielinJiang 948bc8b7bb
Add apply for Layer (#25812)
6 years ago
Aurelius84 8ec4af278d
【Dy2stat】Fix is_test switch incorrectly in PartialProgram (#25809)
6 years ago
liym27 452be8950a
[Dy2Stat-ErrorMessage] Add interface:create_origin_info_map and attach_origin_info for AST node (#25627)
6 years ago
Chen Weihang 23d1228c4d
remove ProgramTranslator.save_inference_model (#25740)
6 years ago
Huihuang Zheng b3f58d3086
TracedLayer Error Message Enhancement (#25734)
6 years ago
Zhen Wang cea5086853
Fix the double grad bug for the star gan. (#25655)
6 years ago
Chen Weihang e8caffbb4a
fix jit.save input_spec type change problem (#25683)
6 years ago
qingqing01 b5f8784cab
Refine Model of high level API (#25559)
6 years ago
Huihuang Zheng 60da88540f
[Dy2stat] Modify print for dynamic type (#25612)
6 years ago
Zhou Wei 1ab60544f2
windows CI scripts for xly,test=develop,test=win (#25533)
6 years ago
liym27 0f8dc611c8
[Dy2Static] Convert assert stmt with new function `convert_assert`. (#25551)
6 years ago
Aurelius84 cf3c51a6ad
[Dy2Stat] Remove op call stack in PartialProgram (#25420)
6 years ago