Skip to content

Prior_Sup when y prior is uniform #1

@htlee6

Description

@htlee6

Hi authors, thanks for your work.

I have a question in Prior_Sup, when y has uniform prior.

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions