You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/gserver/tests
chengduoZH 6374831966
fix conflict
8 years ago
..
Sequence
pyDataProvider
.gitignore
CMakeLists.txt Merge branch 'develop' into cross_entropy_over_beam 8 years ago
LayerGradUtil.cpp add unittest. 8 years ago
LayerGradUtil.h add unittest. 8 years ago
MKLDNNTester.cpp refine comments 8 years ago
MKLDNNTester.h remove flag use_mkldnn_wgt 8 years ago
__init__.py
concat_dotmul_a.conf
concat_dotmul_b.conf
concat_fullmatrix_a.conf
concat_fullmatrix_b.conf
concat_slice_a.conf Add a unit test for concat and slice network in test_NetworkCompare.cpp 8 years ago
concat_slice_b.conf Add a unit test for concat and slice network in test_NetworkCompare.cpp 8 years ago
concat_table_a.conf
concat_table_b.conf
img_conv_a.conf
img_conv_b.conf
img_conv_c.conf
img_conv_cudnn.py clang-format 8 years ago
img_conv_exconv.py clang-format 8 years ago
img_pool_a.conf
img_pool_b.conf
proto_files.txt
proto_files_compressed.txt
pyDataProvider.py
rnn_data_provider.py RecurrentGroup with mixed input sequence types 8 years ago
sequenceGen.py
sequence_layer_group.conf Fix unittests 8 years ago
sequence_nest_layer_group.conf rename AggregateLevel and ExpandLevel 8 years ago
sequence_nest_rnn.conf
sequence_nest_rnn_multi_input.conf RecurrentGroup with mixed input sequence types 8 years ago
sequence_nest_rnn_multi_unequalength_inputs.py
sequence_rnn.conf
sequence_rnn_matched_inputs.py RecurrentGroup with mixed input sequence types 8 years ago
sequence_rnn_mixed_inputs.py Clean-up recurrent group related python code 8 years ago
sequence_rnn_multi_input.conf RecurrentGroup with mixed input sequence types 8 years ago
sequence_rnn_multi_unequalength_inputs.py
test_ActivationGrad.cpp add gradient check for sequence softmax activation. 8 years ago
test_BatchNorm.cpp add a batch norm inference kernel. 8 years ago
test_CRFLayerGrad.cpp merge with latest code 8 years ago
test_ConvTrans.cpp Remove the code of ExpandConvTransLayer. 8 years ago
test_ConvUnify.cpp Remove the code of ExpandConvTransLayer. 8 years ago
test_CrossEntropyOverBeamGrad.cpp fix config helper. 8 years ago
test_DetectionOutput.cpp Set FLAGS_use_gpu in test_DetectionOutput. 8 years ago
test_Evaluator.cpp Add DetectionMAPEvaluator. 8 years ago
test_KmaxSeqScore.cpp Fix typo error. 8 years ago
test_LayerGrad.cpp fix conflict 8 years ago
test_LinearChainCRF.cpp Merge branch 'develop' into fix-crf-weight-and-coeff-bug 8 years ago
test_MKLDNN.cpp rename files and classes, use uppercase of Mkldnn and Cpu 8 years ago
test_MultinomialSampler.cpp
test_NetworkCompare.cpp tune relative precision for unit test img_conv2 in test_NetworkCompare.cpp. 8 years ago
test_PriorBox.cpp
test_ProtoDataProvider.cpp
test_PyDataProvider.cpp
test_PyDataProvider2.cpp
test_PyDataProvider2.py
test_RecurrentGradientMachine.cpp RecurrentGroup with mixed input sequence types 8 years ago
test_RecurrentLayer.cpp
test_SelectiveFCLayer.cpp
test_SeqSliceLayerGrad.cpp fix a bug of sequence_slice layer when batch_size=1 8 years ago
test_WarpCTCLayer.cpp