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/python/paddle/v2/framework/tests
fengjiayi 6783dcee9e
Python API for inference model saving/load (#5020)
7 years ago
..
.gitignore Python API for save/load variables (#5136) 7 years ago
CMakeLists.txt cond op passed 8 years ago
op_test.py add sparse support for sum op (#5093) 7 years ago
test_accuracy_op.py New Op Test framework. (#4962) 7 years ago
test_activation_op.py Gradient check use graph (#5027) 7 years ago
test_adadelta_op.py Adding Adadelta optimization operator (#4576) 7 years ago
test_adagrad_op.py change learning rate and fix format 7 years ago
test_adam_op.py Removing updates of Beta1 and Beta2 power accumulators outside the op (#4925) 7 years ago
test_adamax_op.py Removing updates of Beta1 power accumulators outside the op (#4931) 7 years ago
test_auc_op.py fix compile error (#5160) 7 years ago
test_batch_norm_op.py batch-norm forward backward nchw, nhwc passed 7 years ago
test_clip_op.py New Op Test framework. (#4962) 7 years ago
test_concat_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 8 years ago
test_cond_op.py add sparse support for sum op (#5093) 7 years ago
test_conv2d_op.py Gradient check use graph (#5027) 7 years ago
test_conv2dtranspose_op.py Gradient check use graph (#5027) 7 years ago
test_conv_shift_op.py Conv Shift Operator (#4591) 7 years ago
test_cos_sim_op.py tune max_relative_error in test_cos_sim_op. 8 years ago
test_crop_op.py 1. Implement GPUCrop kernel instead of eigen. 8 years ago
test_cross_entropy_op.py Gradient check use graph (#5027) 7 years ago
test_decayed_adagrad_op.py Implementing the Decayed Adagrad optimizer operator (#4645) 7 years ago
test_default_scope_funcs.py "change GetOrCreate to Var" 7 years ago
test_dropout_op.py Gradient check use graph (#5027) 7 years ago
test_dynamic_recurrent_op.py add sparse support for sum op (#5093) 7 years ago
test_elementwise_add_op.py fix elementwise add bug 7 years ago
test_elementwise_div_op.py Elementwise operator. (#4139) 8 years ago
test_elementwise_mul_op.py Stablize elementwise_mul by using double precision 8 years ago
test_elementwise_sub_op.py Elementwise operator. (#4139) 8 years ago
test_exception.py Follow comments, check exception message 8 years ago
test_executor_and_mul.py Feature/py executor test (#4922) 7 years ago
test_feed_fetch_method.py Feature/remove global scope (#4950) 7 years ago
test_fill_constant_batch_size_like_op.py add fill constant batch size like op (#5057) 7 years ago
test_fill_constant_op.py Implementing the fill constant op for the executor 7 years ago
test_fill_zeros_like_op.py Share LoD between input and output of each opeators. 8 years ago
test_fit_a_line.py Python API for save/load variables (#5136) 7 years ago
test_gather_op.py init refine op python tests 8 years ago
test_gaussian_random_op.py "change GetOrCreate to Var" 7 years ago
test_gru_unit_op.py Gradient check use graph (#5027) 7 years ago
test_huber_loss_op.py fix compile error (#5160) 7 years ago
test_increment_op.py Adding increment op (#4940) 7 years ago
test_infer_shape.py add sparse support for sum op (#5093) 7 years ago
test_inference_model_io.py Python API for inference model saving/load (#5020) 7 years ago
test_l1_norm_op.py Adding L1 norm op for L1 regularization (#5058) 7 years ago
test_layers.py enhance default param_attrs (#5142) 7 years ago
test_lookup_table_op.py ensure ids in lookup table op must be a column vector (#4987) 7 years ago
test_lrn_op.py Gradient check use graph (#5027) 7 years ago
test_lstm_op.py Enable to output LoD in fetch_op and check output LoD in the op unit test. 7 years ago
test_lstm_unit_op.py omit test_lstm_unit_op.py 7 years ago
test_margin_rank_loss_op.py regulate comments in margin_rank_loss_op 8 years ago
test_matmul_op.py MatMul operator (#4856) 7 years ago
test_mean_op.py init refine op python tests 8 years ago
test_minus_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_modified_huber_loss_op.py Gradient check use graph (#5027) 7 years ago
test_momentum_op.py Adding Nesterov Momentum (#4948) 7 years ago
test_mul_op.py Correct mul_op implementation (#4988) 7 years ago
test_multiplex_op.py separate index tensor from candidate tensors in multiplex_op 8 years ago
test_net.py Fix CI 7 years ago
test_op_support_gpu.py Global function, op_support_gpu (#4980) 7 years ago
test_operator.py Fix CI 7 years ago
test_operator_desc.py Python API for inference model saving/load (#5020) 7 years ago
test_optimizer.py Implementing the python wrapper for Adamax optimizer (#5061) 7 years ago
test_pad_op.py New Op Test framework. (#4962) 7 years ago
test_parameter.py Rename Python `graph` to `framework` (#4762) 7 years ago
test_pool2d_op.py Merge pull request #4636 from chengduoZH/Add_pool_cudnn_op 7 years ago
test_pool3d_op.py Merge pull request #4636 from chengduoZH/Add_pool_cudnn_op 7 years ago
test_pool_max_op.py fix clear zero method and remove useless code 7 years ago
test_prelu_op.py Fix bug in test_prelu and test_xe 8 years ago
test_program.py Python API for inference model saving/load (#5020) 7 years ago
test_protobuf.py Fix all unit tests in Python 8 years ago
test_protobuf_descs.py Fix several bugs in compile time backward and Protobuf desc (#4894) 7 years ago
test_proximal_adagrad_op.py Add proximal adagrad optimizer (#5128) 7 years ago
test_proximal_gd_op.py Adding Proximal Gradient Descent (#4848) 7 years ago
test_rank_loss_op.py change the dims of input of rank_loss_op 8 years ago
test_recognize_digits_conv.py Trainable conv net of MNIST (#4960) 7 years ago
test_recognize_digits_mlp.py add book02.recognize_digits mlp train test 7 years ago
test_recurrent_op.py add sparse support for sum op (#5093) 7 years ago
test_reduce_op.py New Op Test framework. (#4962) 7 years ago
test_regularizer.py Adding L1 Decay Regularizer (#5173) 7 years ago
test_reshape_op.py adapt to the new test framework 8 years ago
test_rmsprop_op.py Adding Nesterov Momentum (#4948) 7 years ago
test_rnn_helpers.py Python API for StaticRNN (#4991) 7 years ago
test_scale_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_scatter_op.py scatter gather gpu 8 years ago
test_scope.py "change GetOrCreate to Var" 7 years ago
test_selected_rows.py add sparse sgd operator unittest 7 years ago
test_seq_concat_op.py Disable test_seq_concat_op.py temp 7 years ago
test_seq_conv.py follow comments 7 years ago
test_seq_pool.py remove test_check_grad for Max strategy to pass the ci 7 years ago
test_sequence_softmax_op.py Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor. 8 years ago
test_sgd_op.py fix gpu build error 7 years ago
test_sigmoid_cross_entropy_with_logits_op.py Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) 8 years ago
test_sign_op.py Adding the Sign Op for L1 Weight Decay Regularization (#5138) 7 years ago
test_smooth_l1_loss_op.py Gradient check use graph (#5027) 7 years ago
test_softmax_op.py add negative clipping for softmax. 8 years ago
test_softmax_with_cross_entropy_op.py Gradient check use graph (#5027) 7 years ago
test_split_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 8 years ago
test_squared_l2_distance_op.py init refine op python tests 8 years ago
test_squared_l2_norm_op.py Adding the squared L2 norm operator for L2 regularization (#5030) 7 years ago
test_sum_op.py merge baidu/develop and remove unused gradient_checker/op_test_util 8 years ago
test_tensor.py "change GetOrCreate to Var" 7 years ago
test_tensor_array.py "change GetOrCreate to Var" 7 years ago
test_top_k_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_transpose_op.py modify the input\output name to X\Out 8 years ago
test_uniform_random_op.py add test_fit_a_line (#4936) 7 years ago
test_variable.py Add VarType::STEP_SCOPES for RNN (#5056) 7 years ago
test_word2vec.py enhance default param_attrs (#5142) 7 years ago