Removed LOSS_FUNCTION_IS_ELMO_METHOD macro.

This commit is contained in:
nodchip
2020-09-09 00:17:02 +09:00
parent ef1601218d
commit dbad9d96e0
2 changed files with 1 additions and 72 deletions

View File

@@ -5,21 +5,6 @@
#include <vector>
// ----------------------
// Select the objective function
// ----------------------
// elmo (WCSC27) method
// #define LOSS_FUNCTION_IS_ELMO_METHOD
// ※ Other things may be added.
// ----------------------
// debug settings for learning
// ----------------------
// ----------------------
// learning from zero vector
// ----------------------
@@ -111,11 +96,7 @@ typedef float LearnFloatType;
// Learning with the method of elmo (WCSC27)
// ----------------------
#define LOSS_FUNCTION_IS_ELMO_METHOD
#if defined(LOSS_FUNCTION_IS_ELMO_METHOD)
#define LOSS_FUNCTION "ELMO_METHOD(WCSC27)"
#endif
// ----------------------
// Definition of struct used in Learner