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

I guess there is Error at SIFID code #155

Open
junseokoh1 opened this issue Nov 13, 2021 · 0 comments
Open

I guess there is Error at SIFID code #155

junseokoh1 opened this issue Nov 13, 2021 · 0 comments

Comments

@junseokoh1
Copy link

junseokoh1 commented Nov 13, 2021

I review the code and paper SinGAN

You said that Instead of using the activation vector after the last pooling layer in the Inception Network SIFID use the internal distribution of deep features at the output of the convolutional layer just before the second pooling layer.

I guess to use feature map just before the second polling layer, the code at sidif_socre.py
sifid_values = calculate_sifid_given_paths(path1,path2,1,args.gpu!='',64,suffix)
should use 192 instead 64.
Because there is no argument to choose dims implemented code use default value 64.

sifid_values = calculate_sifid_given_paths(path1,path2,1,args.gpu!='',64,suffix)

With 64 dims, the output of inception v3 is come from just before the first pooling layer.

block0 = [
inception.Conv2d_1a_3x3,
inception.Conv2d_2a_3x3,
inception.Conv2d_2b_3x3,
]

Is this error or just my misunderstanding?...

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

1 participant