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 authored and avbokovoy committed Aug 7, 2024
1 parent 4052548 commit 59c0e73
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 59c0e73

Please sign in to comment.