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

Google Colab for code running #6

Open
tlatkowski opened this issue Oct 9, 2019 · 1 comment
Open

Google Colab for code running #6

tlatkowski opened this issue Oct 9, 2019 · 1 comment
Assignees

Comments

@tlatkowski
Copy link
Owner

No description provided.

@tlatkowski tlatkowski self-assigned this Oct 9, 2019
@S1mmy
Copy link

S1mmy commented Mar 26, 2021

If i run the notebook in colab, i get the following error:

Traceback (most recent call last): File "run.py", line 49, in <module> main() File "run.py", line 45, in main run_experiment(args) File "run.py", line 20, in run_experiment gan_model = model_factories.gan_model_factory(problem_params, gan_type, input_args) File "/content/gans-2.0/gans/models/model_factories.py", line 39, in gan_model_factory generator = generator_model_factory(input_params, input_args.problem_type) File "/content/gans-2.0/gans/models/model_factories.py", line 153, in generator_model_factory return conditional_latent_to_image.LatentToImageConditionalGenerator(input_params) File "/content/gans-2.0/gans/models/generators/latent_to_image/conditional_latent_to_image.py", line 15, in __init__ super().__init__(model_parameters) File "/content/gans-2.0/gans/models/model.py", line 15, in __init__ self._model = self.define_model() File "/content/gans-2.0/gans/models/generators/latent_to_image/conditional_latent_to_image.py", line 18, in define_model z = Input(shape=[self.model_parameters.latent_size]) AttributeError: 'EasyDict' object has no attribute 'latent_size'

Dont know exactly how to fix this.

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