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/layers
qingqing01 5acf136615
Bug fix in CudnnConvLayer, which will lead to destruction error. (#317)
8 years ago
..
AddtoLayer.cpp fix dash and space bug, 9 years ago
AddtoLayer.h fix dash and space bug, 9 years ago
AgentLayer.cpp remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 8 years ago
AgentLayer.h remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 8 years ago
AverageLayer.cpp add base class for seqlastin/max/average layer (#187) 8 years ago
AverageLayer.h add base class for seqlastin/max/average layer (#187) 8 years ago
BatchNormBaseLayer.cpp fix dash and space bug, 9 years ago
BatchNormBaseLayer.h fix dash and space bug, 9 years ago
BatchNormalizationLayer.cpp fix dash and space bug, 9 years ago
BatchNormalizationLayer.h fix dash and space bug, 9 years ago
BlockExpandLayer.cpp fix dash and space bug, 9 years ago
BlockExpandLayer.h Add commits for recurrent layer and lstm layer. 9 years ago
CRFDecodingLayer.cpp fix dash and space bug, 9 years ago
CRFDecodingLayer.h fix dash and space bug, 9 years ago
CRFLayer.cpp Optional fields to shrink generated proto size (#93) 9 years ago
CRFLayer.h Refine comment for CRF related headers. (#117) 8 years ago
CTCLayer.cpp use HPPL_STREAM_DEFAULT for layer computation 9 years ago
CTCLayer.h fix dash and space bug, 9 years ago
ConcatenateLayer.cpp Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ContextProjection.cpp fix dash and space bug, 9 years ago
ContextProjection.h fix dash and space bug, 9 years ago
ConvBaseLayer.cpp Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ConvBaseLayer.h Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ConvOperator.cpp use HPPL_STREAM_DEFAULT for layer computation 9 years ago
ConvProjection.cpp Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ConvProjection.h Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ConvShiftLayer.cpp fix dash and space bug, 9 years ago
ConvexCombinationLayer.cpp Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer 9 years ago
CosSimLayer.cpp Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer 9 years ago
CosSimLayer.h Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer 9 years ago
CosSimVecMatLayer.cpp add some source code comments 9 years ago
CostLayer.cpp Optional fields to shrink generated proto size (#93) 9 years ago
CostLayer.h Adjustment doc and code for CostLayer, GradientMachine and DataProvider. 9 years ago
CudnnBatchNormLayer.cpp fix cudnn version number for batch norm. (#71) 9 years ago
CudnnBatchNormLayer.h fix dash and space bug, 9 years ago
CudnnConvLayer.cpp Bug fix in CudnnConvLayer, which will lead to destruction error. (#317) 8 years ago
CudnnConvLayer.h Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
CudnnPoolLayer.cpp support rectangle padding, stride, window and input for PoolProjection (#115) 8 years ago
CudnnPoolLayer.h support rectangle padding, stride, window and input for PoolProjection (#115) 8 years ago
DataLayer.cpp fix dash and space bug, 9 years ago
DataLayer.h fix dash and space bug, 9 years ago
DataNormLayer.cpp fix dash and space bug, 9 years ago
DataNormLayer.h add some source code comments 9 years ago
DotMulOperator.cpp fix dash and space bug, 9 years ago
DotMulProjection.cpp fix dash and space bug, 9 years ago
EosIdCheckLayer.cpp fix dash and space bug, 9 years ago
ExpandConvLayer.cpp Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ExpandConvLayer.h Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
ExpandLayer.cpp remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 8 years ago
ExpandLayer.h remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 8 years ago
FeatureMapExpandLayer.cpp fix dash and space bug, 9 years ago
FullMatrixProjection.cpp fix dash and space bug, 9 years ago
FullMatrixProjection.h fix dash and space bug, 9 years ago
FullyConnectedLayer.cpp fix dash and space bug, 9 years ago
FullyConnectedLayer.h fix dash and space bug, 9 years ago
GatedRecurrentLayer.cpp fix dash and space bug, 9 years ago
GatedRecurrentLayer.h fix dash and space bug, 9 years ago
GetOutputLayer.cpp fix dash and space bug, 9 years ago
GruCompute.cpp fix dash and space bug, 9 years ago
GruCompute.cu fix dash and space bug, 9 years ago
GruCompute.h fix dash and space bug, 9 years ago
GruStepLayer.cpp fix dash and space bug, 9 years ago
HierarchicalSigmoidLayer.cpp delete Bits.h and move its func into utils/Util.h 9 years ago
HierarchicalSigmoidLayer.h fix dash and space bug, 9 years ago
IdentityProjection.cpp fix dash and space bug, 9 years ago
InterpolationLayer.cpp fix dash and space bug, 9 years ago
Layer.cpp some bug fix for sparse matrix (#133) 8 years ago
Layer.h fix dash and space bug, 9 years ago
LinearChainCRF.cpp fix dash and space bug, 9 years ago
LinearChainCRF.h Refine comment for CRF related headers. (#117) 8 years ago
LinearChainCTC.cpp fix dash and space bug, 9 years ago
LinearChainCTC.h fix dash and space bug, 9 years ago
LstmCompute.cpp fix dash and space bug, 9 years ago
LstmCompute.cu fix dash and space bug, 9 years ago
LstmCompute.h fix dash and space bug, 9 years ago
LstmLayer.cpp fix dash and space bug, 9 years ago
LstmLayer.h fix bug in trainer_config_helpers 9 years ago
LstmStepLayer.cpp fix dash and space bug, 9 years ago
MDLstmLayer.cpp fix dash and space bug, 9 years ago
MaxIdLayer.cpp fix dash and space bug, 9 years ago
MaxLayer.cpp add base class for seqlastin/max/average layer (#187) 8 years ago
MaxLayer.h add base class for seqlastin/max/average layer (#187) 8 years ago
MaxOutLayer.cpp FIx check type unmatch in MaxOutLayer (#242) 8 years ago
MaxOutLayer.h add maxout layer, including interface and unittest (#229) 8 years ago
MixedLayer.cpp Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
MixedLayer.h Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218) 8 years ago
MultinomialSampler.cpp Try to fix MultinomialSampler (#102) 9 years ago
MultinomialSampler.h fix dash and space bug, 9 years ago
MultiplexLayer.cpp fix dash and space bug, 9 years ago
NCELayer.cpp add interface and unittest for nce layer (#180) 8 years ago
NormLayer.cpp fix dash and space bug, 9 years ago
NormLayer.h add some source code comments 9 years ago
NormProjectionLayer.cpp Refine code and comments for CRMNormLayer. 9 years ago
NormProjectionLayer.h Refine code and comments for CRMNormLayer. 9 years ago
Operator.cpp fix dash and space bug, 9 years ago
Operator.h fix dash and space bug, 9 years ago
OuterProdLayer.cpp add some source code comments 9 years ago
ParameterReluLayer.cpp fix dash and space bug, 9 years ago
ParameterReluLayer.h fix dash and space bug, 9 years ago
PoolLayer.cpp support rectangle padding, stride, window and input for PoolProjection (#115) 8 years ago
PoolLayer.h support rectangle padding, stride, window and input for PoolProjection (#115) 8 years ago
PoolProjectionLayer.cpp support rectangle padding, stride, window and input for PoolProjection (#115) 8 years ago
PoolProjectionLayer.h add some source code comments 9 years ago
PowerLayer.cpp fix dash and space bug, 9 years ago
PrintLayer.cpp Further fix the memory for Hierarchical RNN 9 years ago
Projection.cpp fix dash and space bug, 9 years ago
Projection.h fix dash and space bug, 9 years ago
RecurrentLayer.cpp Add commits for recurrent layer and lstm layer. 9 years ago
RecurrentLayerGroup.cpp fix dash and space bug, 9 years ago
ResizeLayer.cpp add some source code comments 9 years ago
SamplingIdLayer.cpp use HPPL_STREAM_DEFAULT for layer computation 9 years ago
ScalingLayer.cpp fix dash and space bug, 9 years ago
SelectiveFullyConnectedLayer.cpp fix dash and space bug, 9 years ago
SelectiveFullyConnectedLayer.h fix dash and space bug, 9 years ago
SequenceConcatLayer.cpp fix dash and space bug, 9 years ago
SequenceLastInstanceLayer.cpp add base class for seqlastin/max/average layer (#187) 8 years ago
SequencePoolLayer.cpp add base class for seqlastin/max/average layer (#187) 8 years ago
SequencePoolLayer.h add base class for seqlastin/max/average layer (#187) 8 years ago
SequenceReshapeLayer.cpp fix dash and space bug, 9 years ago
SequenceToBatch.cpp fix dash and space bug, 9 years ago
SequenceToBatch.h fix dash and space bug, 9 years ago
SlopeInterceptLayer.cpp fix dash and space bug, 9 years ago
SubSequenceLayer.cpp fix dash and space bug, 9 years ago
SumToOneNormLayer.cpp fix dash and space bug, 9 years ago
TableProjection.cpp fix dash and space bug, 9 years ago
TableProjection.h fix dash and space bug, 9 years ago
TensorLayer.cpp fix dash and space bug, 9 years ago
TensorLayer.h fix dash and space bug, 9 years ago
TransLayer.cpp fix dash and space bug, 9 years ago
TransLayer.h fix dash and space bug, 9 years ago
TransposedFullMatrixProjection.cpp fix dash and space bug, 9 years ago
ValidationLayer.cpp fix dash and space bug, 9 years ago
ValidationLayer.h fix dash and space bug, 9 years ago