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

Wrong Testing result from demo code #4

Open
Inosonnia opened this issue Nov 17, 2021 · 0 comments
Open

Wrong Testing result from demo code #4

Inosonnia opened this issue Nov 17, 2021 · 0 comments

Comments

@Inosonnia
Copy link

Inosonnia commented Nov 17, 2021

Thanks for your repo.

I used the default training code of publayout, and trained for 10 epoches.
The final training loss reaches around 1.27.
epoch 10 iter 5245: train loss 1.27828. lr 2.880000e-04: 100%|██████████| 5246/5246 [46:58<00:00, 1.86it/s]

I opened the annotated code groups (total 4), and found that the input image is fine while the output seems not satisfactory.
for i, layout in enumerate(layouts): layout = self.test_dataset.render(layout) layout.save(os.path.join(self.config.samples_dir, f'recon_{epoch:02d}_{i:02d}.png'))

image

Any suggestions or comments will be appreciated. thanks!

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