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

Error in interpolation_G (function build_test_model) #27

Open
Yannnnnnnn opened this issue Jun 15, 2017 · 0 comments
Open

Error in interpolation_G (function build_test_model) #27

Yannnnnnnn opened this issue Jun 15, 2017 · 0 comments

Comments

@Yannnnnnnn
Copy link

Yannnnnnnn commented Jun 15, 2017

hello, i think there is a problem in generator interpolation, in lines 237.
--> self.z_r_loss = tf.reduce_mean(tf.abs(self.x - G_z_r))
self.x is not normed to[-1,1], compute loss will cause an error
--> x = norm_img(self.x)
--> self.z_r_loss = tf.reduce_mean(tf.abs(x - G_z_r))
maybe it's the right form.
i found params "train_epoch=0" in function "interpolate_G", i think you may have tried to map a real image and it's mirror to noise and interpolate to generate new images with different poses but failed, after fixed the problem, you can try to interpolate again.

@Yannnnnnnn Yannnnnnnn changed the title Error in function Interplation_G Error in Interplation_G (function build_test_model) Jun 15, 2017
@Yannnnnnnn Yannnnnnnn changed the title Error in Interplation_G (function build_test_model) Error in interpolation_G (function build_test_model) Jun 15, 2017
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