From 6c38f3e5d91c51d4626b1de6df80602159e81bfc Mon Sep 17 00:00:00 2001 From: Kellen Sunderland Date: Fri, 12 Jul 2019 16:33:58 -0700 Subject: [PATCH 1/5] Small typo fixes in batch_norm-inl.h --- src/operator/nn/batch_norm-inl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operator/nn/batch_norm-inl.h b/src/operator/nn/batch_norm-inl.h index 70e91c164090..4512afff2933 100644 --- a/src/operator/nn/batch_norm-inl.h +++ b/src/operator/nn/batch_norm-inl.h @@ -57,7 +57,7 @@ enum BatchNormOpAuxiliary {kMovingMean, kMovingVar}; // aux_states constexpr int DEFAULT_AXIS = 1; } // namespace batchnorm -/*! \brief Parameters for BatchNoram operator */ +/*! \brief Parameters for BatchNorm operator */ struct BatchNormParam : public dmlc::Parameter { double eps; float momentum; @@ -167,7 +167,7 @@ void BatchNormBackwardImpl(mshadow::Stream *stream, * \param out_data array of output data, pointer is used to indicate that this is holder * the space of TBlob in out_data must be pre-allocated with InferShape * \param aux_states Auxiliary states of operator. Normally operator doesn't - * need, epecial case like Batch Norm requires. + * need, special case like Batch Norm requires. * \sa OpReqType, OpContext */ template From 0c9b7dc0e170cedcaac3c423c61e97f6ebc52fca Mon Sep 17 00:00:00 2001 From: JackieWu Date: Sat, 13 Jul 2019 14:22:13 +0800 Subject: [PATCH 2/5] Retrigger CI --- src/operator/nn/batch_norm-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/operator/nn/batch_norm-inl.h b/src/operator/nn/batch_norm-inl.h index 4512afff2933..a82771cd4401 100644 --- a/src/operator/nn/batch_norm-inl.h +++ b/src/operator/nn/batch_norm-inl.h @@ -413,4 +413,3 @@ extern volatile bool disable_mkl; #endif #endif // MXNET_OPERATOR_NN_BATCH_NORM_INL_H_ - From e7e9918490f2d1942519d0f274ae8629ef2943f8 Mon Sep 17 00:00:00 2001 From: JackieWu Date: Sun, 14 Jul 2019 06:15:09 +0800 Subject: [PATCH 3/5] ci From a572405f2d9d1b6d26f51f4db332b0dafe6c4cfa Mon Sep 17 00:00:00 2001 From: JackieWu Date: Sun, 14 Jul 2019 21:27:46 +0800 Subject: [PATCH 4/5] retrigger ci From 2dacd26413b6a85a460492e5dd361532cb7fc8d0 Mon Sep 17 00:00:00 2001 From: JackieWu Date: Mon, 15 Jul 2019 08:04:52 +0800 Subject: [PATCH 5/5] CI