Skip to content

About the smooth the resulting class weights #12

@huixiancheng

Description

@huixiancheng

Hi, dear sir. Look like the weight of each class of your code is not same to rangenet++.
QQ截图20210607111621

self.loss_w = 1 / (content + epsilon_w) # get weights
power_value = 0.25
self.loss_w = np.power(self.loss_w, power_value) * np.power(10, 1 - power_value)
for x_cl, w in enumerate(self.loss_w): # ignore the ones necessary to ignore

Have your results show that the smooth weight is much better? Since there is not have a ablation study.
Looking forward to your reply

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