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

Pytorch/GANs /CycleGAN/generator_model.py | Test function has a minor issue. #166

Open
moienr opened this issue Oct 29, 2023 · 0 comments
Open

Comments

@moienr
Copy link

moienr commented Oct 29, 2023

Description:

In the Pytorch/GANs /CycleGAN/ generator_model.py file, there is a minor typo in the Generator class initialization. The second argument 9 refers to num_features, but it should be num_residuals instead.

This is a minor issue, but it results in a lower number of model parameters, and made me like "Wow this model is pretty small!"

Steps to Reproduce:

Open the generator_model.py file.
Locate the Generator class initialization in the test function.
Note that the second argument when initializing is 9.

Reproduces How Often:

Always.

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