- 14 10月, 2020 1 次提交
-
-
由 chentianyu03 提交于
* modify cond while_loop to paddle.static.nn.cond * modify crop_tensor to paddle.crop * modify Variable to paddle.static.Variable * remove nn.beam_search, nn.beam_search_decode, nn.gather_tree * remove bpr_loss, center_loss, rank_loss, smooth_l1, teacher_student_sigmoid_loss, edit_distance, sampled_softmax_with_cross_entropy in nn.functional * remove apis in nn.functional.learn_rate.py * remove pool2d, pool3d, adaptive_pool2d, adaptive_pool3d in nn.functional * remove apis in nn.functional.vision * remove erf, soft_relu in nn.functional.activation * remove apis in nn.functional.extension * remove nn.functional.rnn * remove hash from nn.functional.lod * remove row_conv from nn.functional.extension * remove one_hot, pad2d, pad_constant_like from nn.functional.common * remove nn.gather_tree, nn.BilinearTensorProduct, nn.Pool2D, nn.Pad2D * remove apis from optimizer.__init * remove tensor.creation.fill_constant * remove elementwise_mul in nn.functional.common and modify to paddle.multiply * remove tensor.stat.reduce_mean * remove reduce_all, reduce_any in tensor.logic * remove apis in tensor.math * remove apis in tensor.__init__ * remove has_inf, has_nan in tensor.search * remove apis in framework.__init__ * remove apis in paddle.__init__ * remove apis in nn.functional.__init__ * modify removed alias apis to raw api in doc and unittests * fix remove grid_sample bug * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * delete alias api relastions in doc * reserve paddle.compat, paddle.sysconfig * remove unittest for paddle.reduce_all, paddle.reduce_any * modify removed alias apis to raw api in doc and unittests * recover paddle.save and paddle.load * resolve conflicts * fix sample code missing paddle.enable_static() bug * fix sample code missing paddle.enable_static() bug * fix to_string sample code error
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 11 10月, 2019 2 次提交
-
-
由 pkpk 提交于
* test=document_fix * Update metrics.py * test=document_fix * test=document_fix * test=document_fix * test=document_fix
-
由 Guanghua Yu 提交于
Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405) * Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map
-
- 01 7月, 2019 1 次提交
-
-
由 xsrobin 提交于
-
- 21 6月, 2019 1 次提交
-
-
由 pkpk 提交于
-
- 19 6月, 2019 1 次提交
-
-
由 翟飞跃 提交于
* fix spelling errors; test=develop * Update API.spec update md5 * Update API.spec * change the order of api;test=develop
-
- 14 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Remove layers.detection_map API * Since uers can use fluid.metrics.DetectionMAP to calculate mAP of current-batch and cumulative-batch. layers.detection_map only can calculate cur-batch mAP.
-
- 24 5月, 2019 1 次提交
-
-
由 pkpk 提交于
-
- 01 4月, 2019 1 次提交
-
-
由 Genieliu 提交于
-
- 29 3月, 2019 1 次提交
-
-
由 Genieliu 提交于
1 metric update should be in the for loop. 2 sample_num is the shape's first element 3 preds cast should use round, astype("int32") method will cast all the elements(which is less than 1) to 0.
-
- 27 12月, 2018 1 次提交
-
-
由 haowang101779990 提交于
test=develop
-
- 04 12月, 2018 1 次提交
-
-
由 Tink_Y 提交于
* fix api format and examples test=develop * Update executor.py test=develop * Update nn.py * Update nn.py test=develop * Update nn.py test=develop
-
- 22 11月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 30 10月, 2018 1 次提交
-
-
由 dzhwinter 提交于
-
- 26 10月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 25 10月, 2018 1 次提交
-
-
由 Dang Qingqing 提交于
-
- 24 10月, 2018 2 次提交
-
-
由 Dang Qingqing 提交于
test=develop
-
由 Dang Qingqing 提交于
test=develop
-
- 22 10月, 2018 2 次提交
-
-
由 Dang Qingqing 提交于
-
由 Dang Qingqing 提交于
evaluator.py throws warnings and tell users to use DetectionMAP in metrics.py, but it is wrong in metrics.py. So refine this API in metrics.py. test=develop
-
- 05 9月, 2018 1 次提交
-
-
由 tangwei12 提交于
* reimplement auc in pyton * reimplement auc in fluid * add auc unittest * replace new auc in layers * add batch Auc in Fluid * name formated
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 10 8月, 2018 2 次提交
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 19 7月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
fix AUC op optimize it's test
-
- 25 6月, 2018 2 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 21 6月, 2018 2 次提交
- 19 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 07 5月, 2018 3 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 16 4月, 2018 2 次提交
-
-
由 typhoonzero 提交于
-
由 typhoonzero 提交于
-
- 11 4月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "add metrics" * "add fluid metrics" * "add import guards" * "show warnings" * "add demo" * "fix ci" * "add some details" * "fix cci" * "add demo Python" * "add metrics"
-