-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi authors, thanks for your work.
I have a question in Prior_Sup, when y has uniform prior.
Lines 46 to 47 in dfed9af
| if self.p_y_prior == 'uniform': | |
| log_p_y = math.log(self.num_data) |
Why isn't log_p_y = -math.log(self.num_data)? I understand this value won't affect overall training. Can you help with it?
Metadata
Metadata
Assignees
Labels
No labels