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

KeyError: 'private' #9

Open
AnthonyFang623 opened this issue Aug 6, 2021 · 0 comments
Open

KeyError: 'private' #9

AnthonyFang623 opened this issue Aug 6, 2021 · 0 comments

Comments

@AnthonyFang623
Copy link

Traceback (most recent call last):
File "main.py", line 61, in
train_end2end()
File "main.py", line 52, in train_end2end
end2end_gan = End2EndGAN(sess, MODEL_CONFIG)
File "/mnt/d/Constantine/BinaryMuseGAN/musegan/bmusegan/models.py", line 629, in init
self.build()
File "/mnt/d/Constantine/BinaryMuseGAN/musegan/bmusegan/models.py", line 651, in build
slope_tensor=self.slope_tensor, name='G')
File "/mnt/d/Constantine/BinaryMuseGAN/musegan/bmusegan/components.py", line 199, in init
self.tensor_out, self.nets, self.preactivated = self.build(config)
File "/mnt/d/Constantine/BinaryMuseGAN/musegan/bmusegan/components.py", line 241, in build
return (tf.compat.v1.concat([nn.tensor_out for nn in nets['private']], -1), nets,
KeyError: 'private'

Hi sir, I had this bug when I try to run this code, could you help with this bug please? 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

1 participant