Commit Graph

9919 Commits (e081c7a05de8cd183e5db0e18df9c22d9f564a14)

Author SHA1 Message Date
Chen Weihang e081c7a05d
skip type/dtype check in dygraph mode, test=develop (#22915)
6 years ago
yaoxuefeng c5cbe7f07b
fix add grad bug test=develop (#22924)
6 years ago
WangXi 8d47162e03
Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914)
6 years ago
Aurelius84 ba65e4ebef
support Tensor.shape in control_flow_if test=develop (#22916)
6 years ago
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
6 years ago
mapingshuo 08a772cb46
fix API param bug of recompute.backward() (#22582)
6 years ago
gongweibao 4b40edf359
Use available ports instead of static ports. (#22553)
6 years ago
mapingshuo 5ba9dfc16a
add lookup_table_dequant_op (#22900)
6 years ago
WangXi 62fd3209e1
Fix dgc param regularizer, test=develop (#22888)
6 years ago
liym27 b290420fc4
fix bug in the transformation from to_variable to assign. test=develop (#22885)
6 years ago
liym27 4ea95b6fe5
Support Tensor.shape in dygraph_to_static (#22830)
6 years ago
Chen Weihang 1644926a6c
Polish detail implement of dygraph data loader (#22878)
6 years ago
wawltor 1daa66559f
Fix the elementwise_min API BUG, use the elementwise_min replace elementwise_max. (#22880)
6 years ago
Huihuang Zheng 0d463d3bf7
Fix NameVisitor bugs (#22847)
6 years ago
Aurelius84 de1b390b79
Add unittest for dict in dygraph_to_static test=develop (#22854)
6 years ago
Huihuang Zheng aca3f5311d
Support "while" in Dygraph to Static (#22841)
6 years ago
cc b6717faf80
Added an option to use external FP32 model in QAT comparison test (#22858)
6 years ago
Chen Weihang 2e9e8c056a
add platform limit for cleanup function, test=develop (#22846)
6 years ago
Aurelius84 1217a52155
Modify the way of inserting newly defined func_nodes (#22837)
6 years ago
Zeng Jinle d41d802ba3
Add flags to limit gpu memory (#22793)
6 years ago
Aurelius84 a5036775a9
Add program_cache in dygrapht_to_static (#22766)
6 years ago
Sylwester Fraczek 5ff2439f51
fixed save qat2 model resnet50 and ernie (#22822)
6 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
6 years ago
songyouwei df87e79f54
Add functional dygraph mode api (#22745)
6 years ago
123malin 0f9d40816e
test=develop, optimize distributedstrategy (#22677)
6 years ago
Chen Weihang 5ee29c67b8
Set run exclusive for data loader unittest (#22831)
6 years ago
songyouwei 0c617377a9
add case and switch_case unittests for dygraph mode (#22790)
6 years ago
wawltor 2b8640962a
Fix the big shape and precision op test, remove those from the white list (#22788)
6 years ago
wangchaochaohu 0c55c79fb7
Polish profiler doc (#22815)
6 years ago
Chen Weihang 15e59c310d
cleanup mmap files in unittest, test=develop (#22814)
6 years ago
Zhen Wang 89cfa49156
Unmerged fetch list (#22635)
6 years ago
hong f05c213f98
fix basic gru lstm parameter attr bug; test=develop (#22508)
6 years ago
zhupengyang cde5378955
upgrade fp32 to fp64, enlarge input shape for hsigmoid unittest (#22773)
6 years ago
Chen Weihang 7d8d573453
Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541)
6 years ago
Leo Chen b7782ea7c3
sync program when need, test=develop (#22803)
6 years ago
hutuxian 53a2b68f4e
support customized download command in dataset (#22782)
6 years ago
liym27 1a2baa1834
test ResNet decorated by dygraph_to_static_output in static mode. (#22779)
6 years ago
wangchaochaohu ca9e77a8d4
add sum op support for fusion group (#22771)
6 years ago
lidanqing b681215aa3
Add @skip_check_grad_ci to UT conv_mkldnn and int8_mul_mkldnn (#22760)
6 years ago
liym27 68a92e4674
fix dygraph_to_static_ouput and add a new decorator. (#22785)
6 years ago
Liufang Sang 5dbafe3805
fix smooth l1 loss op shape > 100 test=develop (#22605)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
Kaipeng Deng ebc7ffc300
fix detection_map. test=develop (#22705)
6 years ago
Aurelius84 ee8b22fbec
Add unittest with mnist model to test dygraph_to_static (#22777)
6 years ago
zhaoyuchen2018 72dde4abde
Refine adam op to improve performance, test=develop (#22346)
6 years ago
liym27 8c381cd957
support fetch feed in dygraph to static graph (#22767)
6 years ago
FlyingQianMM 88776e40b9
fix SyntaxError in examples in retinanet_target_assign English API, test=develop (#22774)
6 years ago
wangguanzhong f2d1cd119a
fix lod level, test=develop (#22755)
6 years ago
FlyingQianMM 79d712346f
Correct CPU gradients of the argsort op (#22739)
6 years ago
123malin 0cb121cf1c
test=develop, bug fix for trainer_factory (#22751)
6 years ago