yafuly / MAGE

Apache License 2.0
174 stars 11 forks source link

Some questions about reported metrics #14

Open sweetdream779 opened 3 days ago

sweetdream779 commented 3 days ago

Hello, thank you for your work!

I have some clarification questions about your reported metrics:

Thanks!

yafuly commented 2 days ago

Hi,

Thank you for your interest in our work. Please feel free to reach out with any additional questions.

sweetdream779 commented 1 day ago

Thanks for the answer! One more clarification question about weighting. Am I calculating the weights correctly?

sizes = np.array([[7420, 5386, 9320, 1838, 13284, 2884, 16024]])
weights = sizes / np.sum(sizes)
yafuly commented 11 hours ago

Yes, your calculation of the weights is correct.