Skip to content

Commit

Permalink
Fix weight decay integration problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyazhang committed Jul 22, 2024
1 parent 6a4f65b commit 7024318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ struct rowwise_adagrad_kernel_arg_t
float eps;
float learning_rate;
float weight_decay;
// int64_t weight_decay_mode;
int64_t weight_decay_mode;
};

typedef struct
Expand Down

0 comments on commit 7024318

Please sign in to comment.