Closed JudgeLJX closed 3 months ago
Thanks for your quick reply, for the generation. I got the 850 epoch results (samples and x ), do you think this looks good?
If possible, could you please release your checkpoint and test part?
When I tried to test via $python test_generation.py --category chair --model 'output/train_generation/2024-07-10-19-40-38/epoch_1399.pth'; it shows that the model mismatch with the model in training. I checked the model in the training and testing file. In the training file: has model.module.transformer. .... but the testing file: has model.module.global_att. ... instead
Best
I meet the same problem that the Model for denoise in test_generation.py is different from that in train_generation.py, but not master. it's easy to debug.
I meet the same problem that the Model for denoise in test_generation.py is different from that in train_generation.py, but not master. it's easy to debug.
Hi, Did you reproduce the experimental values shown in the paper? I didn't achieve it, maybe I got something wrong.
Hi,
Thanks for the excellent work.
Could you figure out my confusion following:
I run your code on categories chair/car, and the output provides some visualization.
I would appreciate it if you could answer.