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

data.py: why "x_train_s" and "x_ref" are identical? #1

Open
nhatami opened this issue Nov 15, 2019 · 1 comment
Open

data.py: why "x_train_s" and "x_ref" are identical? #1

nhatami opened this issue Nov 15, 2019 · 1 comment

Comments

@nhatami
Copy link

nhatami commented Nov 15, 2019

Hi,

Thanks for the code.

In data.py file:

x_train_s.append(cp1)
x_ref.append(cp1)

shouldn't x_train_s and x_ref be different? or I am missing something?

Thanks

@Sylv-Lej
Copy link

Should be different, yes ! You can use any image dataset !
It is used to compute descriptiveness loss ! There is an error in this code

"An external multi-class reference dataset is used to evaluate the descriptiveness loss."

See the original paper

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