Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about FLD value #7

Open
Danee-wawawa opened this issue Feb 26, 2024 · 4 comments
Open

Question about FLD value #7

Danee-wawawa opened this issue Feb 26, 2024 · 4 comments

Comments

@Danee-wawawa
Copy link

The FLD I calculated is negative(for example “-1581.340”). Is this wrong? I see that the range you wrote is [0, 100].

@marcojira
Copy link
Owner

Yes a negative value indicates that your generated samples give a MoG with better likelihood than the train samples. Could possibly be due to providing insufficient training samples? Could you detail the train, test and generated sets of features you used?

@Danee-wawawa
Copy link
Author

Thank you for the reply. I use cyclegan model to transfer the style of A to B. A is the content images, and B is the style images. A and B are unpaired data. When conducting FLD evaluation, the train set and test set are divided from the B data, and the generated data set is the data after the style transfer of the A data. And the training set data size is 2k, the test set data size is 1k, and the generated data size is 3k. Not sure if structuring the data this way is correct?

@marcojira
Copy link
Owner

Could you try with a generated data size of 1k? What's happening now is that to get a baseline LL, FLD is splitting the train set in two and using half as MoG (i.e. in your case 1k samples).

@Danee-wawawa
Copy link
Author

OK, I will try it, thank you~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants