Commit Graph

3441 Commits (9676ac1c5c16d36d75b4467546607d15e62b5e8c)

Author SHA1 Message Date
Wilber 9676ac1c5c
Add flip op. (#23255)
6 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
6 years ago
gongweibao 24a063f6ac
Add fleet checkpoint on local fs and remote fs(such as hdfs) for EDL (#22586)
6 years ago
channings a2e10930cf
update linspace, equal operators to API 2.0 (#23274)
6 years ago
liym27 cd348dc467
API (case) error message enhancement. test=develop (#23428)
6 years ago
zhongpu 7ca836d3da
support if logic for Variable in dygraph (#22892)
6 years ago
zhongpu 166a1ae902
support forward hook for dygraph (#22443)
6 years ago
Leo Chen a62599a888
[feature] prune program by feed and fetch_list automatically (#22474)
6 years ago
Zeng Jinle 29337f4e17
fix conflict of inferne partial feed with gpu parallel ssa graph executor, test=develop (#23400)
6 years ago
Zeng Jinle f217837654
fix gc transformer ut, test=develop (#23421)
6 years ago
wangchaochaohu 17babe4d55
add full op API (#23112)
6 years ago
Zhou Wei 7fda333ac1
add new method of gradient_clip, better to use,test=develop (#23224)
6 years ago
liym27 b7b0b3595b
Add unittest for transformer prediction in dygraph_to_static (#23207)
6 years ago
songyouwei 738c84644b
support tensor array create read write in dygraph (#23200)
6 years ago
Leo Chen f944b0f6fc
Dev/add l1 loss (#23322)
6 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
Zeng Jinle 3a21980b78
add reader dependency pass, test=develop (#23301)
6 years ago
Huihuang Zheng 1d4d89baf8
[Dy2stat] Add data_layer_not_check (#23351)
6 years ago
wangchaochaohu d280106007
Add support for attr type Op and add fill_constant Op and scale Op (#23163)
6 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
6 years ago
gongweibao 0536b5263d
fix test_launch_ps test=develop (#23333)
6 years ago
Zeng Jinle 8c594a84e1
fix double grad 2, test=develop (#23332)
6 years ago
Huihuang Zheng 8814853d82
Remove Read-Only Basic Type Variable in loop_vars (#23299)
6 years ago
Aurelius84 8473854547
Add dygraph_to_static training unitTest of transformer model (#23316)
6 years ago
hong 420944e514
enhance load dygraph; test=develop (#23167)
6 years ago
Zeng Jinle a7b0ff33ce
rm gc transformer ut, test=develop (#23308)
6 years ago
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
6 years ago
Aurelius84 9474d140de
Support Parameter type determination in StaticAnalysis (#23302)
6 years ago
GaoWei8 20eed5401a
Change fluid.layers.where‘s C++ operator name (#23250)
6 years ago
Zeng Jinle 12355cccfd
add clear_gradients to star gan ut, test=develop (#23296)
6 years ago
FDInSky a582f10501
test=develop fix generate_proposal_labels unit test (#23154)
6 years ago
gongweibao af0ad915ea
fix testlaunch test=develop (#23304)
6 years ago
zhongpu dc24f38a9f
support math operator for variable (#23063)
6 years ago
Aurelius84 f8205ffa82
fix conflict var bug in loop_transformer test=develop (#23287)
6 years ago
Aurelius84 16e74f1185
fix is_controw_flow bug with `if Tensor.numpy()` (#23251)
6 years ago
Zeng Jinle 8bfd62ffb7
Expose dygraph.grad api (#23124)
6 years ago
xujiaqi01 c8f9e66b71
fix no_cvm in config_fleet (#22818)
6 years ago
Leo Chen 8f2f977345
support feeding scalar when runing program , test=develop (#23214)
6 years ago
xujiaqi01 68ea1ad55b
add clear one table (#23089)
6 years ago
Adam 4a54a46419
Add UT for SGD operator with large inputs (#23195)
6 years ago
zhongpu e3a078fb4a
remove check_dygraph=False in test_data_norm_op optest (#22335)
6 years ago
Huihuang Zheng e5af90aa28
Add Decorator 'dygraph_to_static_program' and ProgramTranslator.save_inference_model (#23227)
6 years ago
Aurelius84 a647bcd355
Add convert_function_with_cache in dygraph_to_static_func (#23190)
6 years ago
liym27 6af480ca33
Support int64 for op assign_value. test=develop (#23179)
6 years ago
Aurelius84 d6f72c4fcc
Add parameter(learning_rate) in NoamDecay (#23156)
6 years ago
liym27 af92630666
fix bug of loop_vars in loop_transformer.test=develop (#23180)
6 years ago
liym27 ebe4eab985
fix bug of ListTransformer in dygraph_to_static. test=develop (#23153)
6 years ago
Huihuang Zheng e9b18c7402
Rename Decorator "dygraph_to_static_graph" to "dygraph_to_static_func" (#23150)
6 years ago
Zeng Jinle 07a1df8f50
fix double grad ut, test=develop (#23155)
6 years ago
Huihuang Zheng 05c00af5f1
Add dygraph_to_static_code and get_code in ProgramTranslator (#23162)
6 years ago