- 09 1月, 2020 5 次提交
-
-
由 songyouwei 提交于
* use snake_cased Layer name * add named_parameters and named_sublayers api * add include_sublayers param, add unittest test=develop * fix named unittests test=develop * fix unittest test=develop * add api docs test=develop * arg fix test=develop * reserve rnn_impl name_scope for static graph test=develop * fix load static param test=develop * fix load static param test=develop
-
由 zhongpu 提交于
* add clear_gradients for Optimizer, add api description, test=develop * fix optest for optimizer's clear_gradient interface, test=develop * add sample code, test=develop * polish sample code, test=develop
-
由 Leo Chen 提交于
* update layers, test=develop * update layers for resnet, test=develop * fix is_test attr, test=develop * update cycle_gan, test=develop * update reinforcement_learning, test=develop * update ocr, test=develop * fix bug, test=develop
-
由 songyouwei 提交于
* update PRelu arg test=develop * fix unittests test=develop * fix element mode alpha shape test=develop * split channel_or_input_shape arg test=develop * fix unittest test=develop
-
由 Chen Weihang 提交于
-
- 08 1月, 2020 11 次提交
-
-
由 Zhang Ting 提交于
-
由 Zeng Jinle 提交于
-
由 Double_V 提交于
-
由 mapingshuo 提交于
* add example for reshape op
-
由 gongweibao 提交于
-
由 zhongpu 提交于
* modify fc to linear in sample code, test=develop * remove FC, test=develop * remove warnings, test=develop * drop fluid/imperative/README.md , test=develop * change fc to linear, test=develop * polish code style, test=develop
-
由 Double_V 提交于
1. Add a new input named batch_roi_nums for prroi_pool_op. batch_roi_nums includes the number of roi for each image in batch when rois is Tensor. This information is saved in rois's lod when rois is LoDTensor. 2. add grad check to prroi_pool_op and solve unnormal X grad diff in CPU.
-
由 juncaipeng 提交于
* modify test framework, test=develop * fix test_fsp_op, test=develop * up, test=develop * up, test=develop * up, test=develop * add check for threshold, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * update, test=develop * update, test=develop * update, test=develop
-
由 songyouwei 提交于
test=develop
-
由 zhupengyang 提交于
enhanced ops: acos, asin, brelu, ceil, cos, elu, floor, hard_shrink, hard_sigmoid, hard_swish, relu6, round, rsqrt, sin, softshrink, cos_sim, cross_entropy, im2squence, kldiv_loss
-
由 hong 提交于
* enhance load interface; test=develop * add uni test and add comment; test=develop * fix converage; test=develop * use path.joint replace "/"; test=develop * windows debug; test=develop * fix window unitest error; test=develop * fix commet error; test=develop * add model shuffix check; test=develop * fix example error; test=develop
-
- 07 1月, 2020 11 次提交
-
-
由 hong 提交于
* support dygraph structured name; test=develop * add load static param unitest and fix save load; test=develop * fix varBase import error; test=develop * fix unitest error; test=develop * add comment for parameter; test=develop * fix uni test error; test=develop * change parallel se-resnet; test=develop * fix dygraph se resnext parallel test; test=develop * remove useless code; test=develop * remove useless code; test=develop
-
由 Double_V 提交于
* set esp as 1e-6 to solve elu unitest fail,test=develop
-
由 Chengmo 提交于
* add special way to add distribute vars, Update Pyramid hash op
-
由 zhongpu 提交于
* fix Variable's gradient api in framework.py, test=develop * remove namescope, test=develop
-
由 Yibing Liu 提交于
* Fix the global_step & continuous applying error in EMA test=develop * Fix for step 0 & add unit test, test=develop
-
由 zhupengyang 提交于
-
由 liym27 提交于
-
由 Chengmo 提交于
* fix grad clip, clip op belongs to Backward op when running in Parameter Server mode.
-
由 Feiyu Chan 提交于
* add erf op and python interface. * add fp16 support for erf op. * add unitests for erf op and its python interface.
-
由 WangXi 提交于
-
由 zhupengyang 提交于
enhanced ops: conv2d, conv3d elementwise_pow: change to a reasonable shape
-
- 06 1月, 2020 12 次提交
-
-
由 Double_V 提交于
* support elu activation double grad,test=develop * delete the code commit in .cc,test=develop * fix relu test unpass, test=develop * add elu double grad kernel and unit test * add caculate dX in elu double grad functor, test=develop * update the commit code,test=develop
-
由 Jacek Czaja 提交于
-
由 Huihuang Zheng 提交于
-
由 Huihuang Zheng 提交于
-
由 songyouwei 提交于
* add dygraph LayerList * add unittest test=develop * add newline test=develop * typo fix test=develop
-
由 Qinghe JING 提交于
* fix dim=[] bug in reduce ops
-
由 zhongpu 提交于
-
由 silingtong123 提交于
-
由 chengjuntao 提交于
-
由 zhupengyang 提交于
enhanced ops: unsqueeze, squeeze2, strided_slice, unsqueeze, unsqueeze2, var_conv_2d, spectral_norm, slice, match_matrix_tensor, nce, pad, pad_constant_like, filter_by_instag
-
由 zhupengyang 提交于
affine_channel, affine_grid, bilinear_interp, bilinear_tensor_product, clip, crop, crop_tensor, cumsum, data_norm, expand, expand_as
-
由 123malin 提交于
* add distributed_strategy
-
- 05 1月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-