Commit Graph

122 Commits (9e9d456220e1718d0fe2e24a509fa2a9eb324d7c)

Author SHA1 Message Date
Luo Tao d369577fed add reversed poolSequenceWithStride
9 years ago
Luo Tao 0291c01884 Merge branch 'develop' into stride
9 years ago
Tao Luo 5961b52b13 Merge pull request #1653 from Noplz/normalize-layer
9 years ago
Luo Tao 9298a9ec0d stride pooling for seqlastin and seqfirstin
9 years ago
wangyang59 ec7184ac18 fixed a bug in conv_projection issue #1681
9 years ago
wangyang59 090c974e4b completed implementation of cudnn_convt convTransProjection and convTransOperator
9 years ago
wangyang59 07c1ea258f python interface for convTransProjection and convTransOperator
9 years ago
Yuan Gao 8c2d1bad7a Merge branch 'develop' into normalize-layer
9 years ago
gaoyuan eb43d93a58 Change Normalize layer to CrossChannelNorm layer
9 years ago
Yu Yang bd4ec1b493 Merge branch 'develop' into memory.set_input
9 years ago
Peng Li 03889bab6f Merge branch 'develop' into fix-crf-weight-and-coeff-bug
9 years ago
Tao Luo 4375a64ea1 fix bug to pass travis
9 years ago
Peng Li bf838034d6 Merge branch 'develop' into fix-crf-weight-and-coeff-bug
9 years ago
gaoyuan eea0097dcb NormalizeLayer for SSD
9 years ago
LCY-Seso 1d58949a40 Merge branch 'develop' into enable_drop_in_average_and_max_layer
9 years ago
Liang Zhao e768721cd9 fix calculating totalScore2_ bug
9 years ago
xuwei06 7d551dd484 Make it possible to postpone setting the layer name for a memory.
9 years ago
wangkuiyi ccb553fec4 Merge pull request #1253 from wangkuiyi/python_learning_and_refactor
9 years ago
Yi Wang b8f3a5c433 Correct the wrong deletion of a single character
9 years ago
王益 b36df98d01 Correct Python identation
9 years ago
Yi Wang 058eeac0fc Revert "Remove completely create_data_config_proto"
9 years ago
Yi Wang ab279beed1 Remove completely create_data_config_proto
9 years ago
Yi Wang 996b1de1d8 Rename DataBase into create_data_config_proto
9 years ago
Haonan 6245fed240 rotate_layer python interface fixes
9 years ago
Haonan 55eb2fcffa format correction
9 years ago
Haonan 781b85b5fc rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
9 years ago
wangyang59 04b5daf92d change the parameter position of gru_step_layer from 1 back to 0
9 years ago
wangyang59 6da7283475 make gru_group parameters sharable
9 years ago
dangqingqing 8d47499e1d update code
9 years ago
zhangruiqing01 19cb2a7fb3 fix default value of cos_sim scale
9 years ago
dangqingqing 6b61a096e1 Optional padding mode, namely ceil or floor, ceil by default.
9 years ago
dangqingqing 8b5431d5e1 padding operation
9 years ago
caoying03 cbbad4202a delete the modification of SlopeInterceptLayer.
9 years ago
caoying03 08a817e3fb delete unnecessary parameters and modifications for some mathmatical
9 years ago
caoying03 ce939b30ba enable dropout rate in several computation layers.
9 years ago
caoying03 15a6252f8e Merge branch 'develop' into enable_drop_in_average_and_max_layer
9 years ago
caoying03 e022c065d7 enable dropout in average and max layer.
9 years ago
qiaolongfei 843b63bb84 add config_parser in trainer_config_helpers to seperate trainer config
9 years ago
qingqing01 b53bdcdc67 Merge pull request #867 from Noplz/ssd
9 years ago
Peng Li b063b0c405 Merge branch 'develop' into fix-crf-weight-and-coeff-bug
9 years ago
Peng Li af820fb2eb Merge branch 'develop' into fix-crf-weight-and-coeff-bug
9 years ago
dangqingqing e4c492d3b8 change type to bool.
9 years ago
dangqingqing 5bb29ece7f close log info in BN.
9 years ago
dangqingqing f4f0f2daeb Fix bug in config_parse.py when batch_norm layer is used in RecurrentLayerGroup.
9 years ago
Peng Li f1e31ecada Merge branch 'develop' into fix-crf-weight-and-coeff-bug
9 years ago
Peng Li 8fe3a3aa73 Add excluded_chunk_types to ChunkEvaluator
9 years ago
gaoyuan 9f990d9059 Add unittest of the priorbox layer
9 years ago
wangyang59 454a1a2912 fixed a bug for demo/gan caused by batchNormLayer
9 years ago
gaoyuan 1048aee0f7 Add input layer check
9 years ago
gaoyuan 707a9c9bbd Fix variable name and add the annotation
9 years ago