There was a formatting issue in the previous version due to incorrect clang-format settings, but I have now properly configured the settings in the local environment and reapplied clang-format.
Signed-off-by: lhw414 <dlgusdn0414@snu.ac.kr>
#include <input_layer.h>
#include <layer_normalization_layer.h>
#include <lr_scheduler_constant.h>
+#include <lr_scheduler_cosine.h>
#include <lr_scheduler_exponential.h>
#include <lr_scheduler_step.h>
-#include <lr_scheduler_cosine.h>
#include <lstm.h>
#include <lstmcell.h>
#include <mol_attention_layer.h>
/**
* @brief Max Learning Rate props
- *
+ *
*/
class MaxLearningRate : public Property<float> {
public:
/**
* @brief Min Learning Rate props
- *
+ *
*/
class MinLearningRate : public Property<float> {
public:
'sgd.cpp',
'optimizer_context.cpp',
'lr_scheduler_constant.cpp',
+ 'lr_scheduler_cosine.cpp',
'lr_scheduler_exponential.cpp',
'lr_scheduler_step.cpp',
- 'lr_scheduler_cosine.cpp',
'optimizer_wrapped.cpp'
]