Commit Graph

126 Commits (dea7d7d1739d6463258fcc3670e343cb55de781c)

Author SHA1 Message Date
Peihan 6e13e86ab3
verify correctness of dy2static model by using paddle-inference api (#26372)
5 years ago
liym27 ac2010f4b6
[Fix test_resnet timeout] Reduce batch_size to 2 to avoid unittest timeout.(#26449)
5 years ago
liym27 168ea22351
[Dy2Stat-ErrorMessage]Optimize error value to improve readability when error raised in runtime. (#25970)
5 years ago
liym27 12bf9d7168
[Dy2Stat-ErrorMessage]Enhance original error and create new exception (#25798)
5 years ago
Chen Weihang 36027490d8
Verify correctness of jit.save/jit.load - part 1 (#25915)
5 years ago
Aurelius84 8ec4af278d
【Dy2stat】Fix is_test switch incorrectly in PartialProgram (#25809)
5 years ago
liym27 452be8950a
[Dy2Stat-ErrorMessage] Add interface:create_origin_info_map and attach_origin_info for AST node (#25627)
5 years ago
Chen Weihang 23d1228c4d
remove ProgramTranslator.save_inference_model (#25740)
5 years ago
Aurelius84 ca1185d06b
[Dy2Stat] Fix scope in run_program_op (#25579)
5 years ago
Huihuang Zheng a0b3c0dde8
Write Simnet Correctly and Enable Multiple Return Test (#25574)
5 years ago
Aurelius84 1a5d3defb1
[Dy2stat] Add Reinforcement learning unittest (#25445)
5 years ago
Huihuang Zheng 0d8545f818
Enable MNIST Multiple 'return' as Unit Test (#25556)
5 years ago
Huihuang Zheng d8fe517bf8
Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536)
5 years ago
liym27 10d572a707
[Dy2stat] Add Seq2Seq Attention model as ProgramTranslator Unit Test (#25422)
5 years ago
Chen Weihang 41d2247275
[Dy2static] Refactor ProgramTranslator save_inference_model API (#24989)
5 years ago
Huihuang Zheng f9ac5fb992
[Dy2stat] Fix Memory Optimization in run_program_op and Add SimNet as Unit Test (#25383)
5 years ago
Aurelius84 619848fa3a
fix timeout test=develop (#25412)
6 years ago
Huihuang Zheng 30185efdae
Add If-Else-Return of Yolov3 as Unittest (#25385)
6 years ago
Aurelius84 23a958cdf1
fix unittest failed test=develop (#25392)
6 years ago
Zhen Wang 2989c012f2
[DygraphToStatic]Add cast transform for dygraph_to_static. (#25325)
6 years ago
Aurelius84 bdad383c1d
fix test_mobile_net random failed test=develop (#25364)
6 years ago
Aurelius84 a3dfff51ad
[Dy2stat] Disable test_lac on windows (#25359)
6 years ago
Aurelius84 ed262b804c
[Dy2stat] Add Sentiment and LAC model for unittest (#25071)
6 years ago
Aurelius84 82ec247a02
fix random failed on GPU test=develop (#25293)
6 years ago
Huihuang Zheng 5e8e6dad72
[Dy2stat] Support Various-Length Return Grammar in Dy2stat (#25249)
6 years ago
Aurelius84 de27569eca
[Dy2Stat] fix diff of cycle GAN model on GPU (#25233)
6 years ago
Aurelius84 02adf68dcc
[Dy2stat]Support buffers and register_buffer in Layer (#24888)
6 years ago
Huihuang Zheng 6f631a27c7
[Dy2stat] Add Basic Support for Grammar 'return' (#25176)
6 years ago
Aurelius84 cb0472b05a
merge into one function test=develop (#25184)
6 years ago
Aurelius84 38d2d13d8b
[Dy2stat] Add CycleGAN model for unitttest (#25072)
6 years ago
Aurelius84 e8134e873a
[Dy2stat]Refine caches of converting function (#25085)
6 years ago
Chen Weihang 509d3ec5b7
[Dy2static] Add for iterate or enumerate variable list unittest (#25100)
6 years ago
liym27 eb1c0901a6
[Dy2Stat]Remove unnecessary vars from gast.comprehension in LoopTransformer. (#25094)
6 years ago
liym27 db601f70cc
[Dy2Stat] Add test for dygraph seq2seq model. (#25054)
6 years ago
Huihuang Zheng 21138c05a8
Add test_yolov3 and test_se_resnet Timeout (#25076)
6 years ago
Huihuang Zheng 9b5b726729
[Dy2stat] Add TSM as ProgramTranslator Unit Test. (#25008)
6 years ago
Aurelius84 0b6145e056
[Dy2stat] Add MobileNet model unittest (#25018)
6 years ago
liym27 f16e277859
[Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911)
6 years ago
Huihuang Zheng 28d074e956
[Dy2stat] Decrease test_yolov3 GPU usage (#24955)
6 years ago
liym27 2e238c6eed
[[Dy2Static]]convert for stmt and support variable loaded and created in loop(#24901)
6 years ago
Huihuang Zheng 97708add66
[Dy2stat] Add word2vec as unittest (#24944)
6 years ago
liym27 a9dca5805a
[Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866)
6 years ago
Huihuang Zheng 71fb62c298
[Dy2stat] Fix windows dy2stat test_yolov3 random failure (#24908)
6 years ago
Huihuang Zheng 5a5497a5e4
[Dy2stat] Add Yolov3 as Unit Test (#24879)
6 years ago
Aurelius84 9bbb9542ca
[Dy2stat]Add BMN model for unittest (#24839)
6 years ago
Chen Weihang a1c1b59d48
[Dy2Static] Support for iter & enumerate VarBase (#24856)
6 years ago
liym27 5ea82e8a45
[Dy2Static]Support return variable created in only one of If.body or If.orelse (#24841)
6 years ago
liym27 001c9fcca2
[Dy2Static]Convert while stmt and convert logical_XX (#24799)
6 years ago
Aurelius84 8bbb829a03
[Dy2stat]Support nested input and output (#24752)
6 years ago
liym27 080d37a501
fix bug in LogicalOpTransformer: Create logic node recursively (#24785)
6 years ago