Skip to content

fix evaluate_vqgan.py attempting to load nonexistent args#50

Merged
arthurdrake1 merged 1 commit intomainfrom
fix/vqgan-eval-args
Oct 27, 2025
Merged

fix evaluate_vqgan.py attempting to load nonexistent args#50
arthurdrake1 merged 1 commit intomainfrom
fix/vqgan-eval-args

Conversation

@arthurdrake1
Copy link
Contributor

Upon further testing I discovered there was a minor issue in the eval code after removing the previous image_channels and latent_size args. To address this I simply saved those variables as wandb.config["image_channels"] = image_channels and wandb.config["latent_size"] = latent_size. This also required a small change in the run-loading code of evaluate_vqgan.py.

@arthurdrake1 arthurdrake1 merged commit 92a08be into main Oct 27, 2025
3 checks passed
@arthurdrake1 arthurdrake1 deleted the fix/vqgan-eval-args branch October 27, 2025 17:28
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

Successfully merging this pull request may close these issues.

1 participant