Hyperbolic_ZSL icon indicating copy to clipboard operation
Hyperbolic_ZSL copied to clipboard

F1 score in devise_hype.py training code

Open VenkteshV opened this issue 3 years ago • 5 comments

HIi, thanks for releasing the code. I had one query. wouldn't the code calculating f1 score in train and val loop throw an error as it is being computed between input and label representations which is multioutput continuous and is not supported by sklearn ?

VenkteshV avatar Oct 21 '20 07:10 VenkteshV

HI,VenkteshV, I had one question ,could you please release your data? I don't know what format of data, if you can release your data processing , I vert grateful, My E-mail is [email protected]. Thanks for you!

2653888596 avatar Oct 22 '20 03:10 2653888596

HIi, thanks for releasing the code. I had one query. wouldn't the code calculating f1 score in train and val loop throw an error as it is being computed between input and label representations which is multioutput continuous and is not supported by sklearn ?

HI,VenkteshV, I had one question ,could you please release your data? I don't know what format of data, if you can release your data processing , I vert grateful, My E-mail is [email protected]. Thanks for you!

2653888596 avatar Oct 25 '20 00:10 2653888596

HIi, thanks for releasing the code. I had one query. wouldn't the code calculating f1 score in train and val loop throw an error as it is being computed between input and label representations which is multioutput continuous and is not supported by sklearn ?

HI,VenkteshV, I had one question ,could you please release your data? I don't know what format of data, if you can release your data processing , I vert grateful, My E-mail is [email protected]. Thanks for you!

Hi . I cannot share the data right now. However will do that once the work is ready. Thanks for expressing interest.

VenkteshV avatar Nov 16 '20 08:11 VenkteshV

HIi, thanks for releasing the code. I had one query. wouldn't the code calculating f1 score in train and val loop throw an error as it is being computed between input and label representations which is multioutput continuous and is not supported by sklearn ?

HI,VenkteshV, I had one question ,could you please release your data? I don't know what format of data, if you can release your data processing , I vert grateful, My E-mail is [email protected]. Thanks for you!

Hi . I cannot share the data right now. However will do that once the work is ready. Thanks for expressing interest.

I also encountered the question as you did. I am wondering how you solved the error when calculating f1 score. Looking forward to your relpy.

CallMeNumber1 avatar Dec 02 '20 09:12 CallMeNumber1

I checked the code and encountered the same error.

I believe the f1 score is not used properly in the code because the input is a continuous label representation and not a meaningful input to calculate f1.

A better solution can be performing classification and the calculate f1 score given correct labels and predicted labels.

MinaGhadimiAtigh avatar Jan 24 '22 09:01 MinaGhadimiAtigh