Closed franklhj closed 8 months ago
When I try to train the text-conditioned model, it show that the data has no 'description' attribute:
File "/ mnt/16T/lhj/files/remote/for_scene_gen/DiffuScene/scene_diffusion/networks/diffusion_scene_layout_ddpm.py", line 226, in get_loss. Tokenized = self.tokenizer (sample_params ["description"], return_tensors='pt',padding=True) .to (device). KeyError: 'description'
How to solve this problem?
When I try to train the text-conditioned model, it show that the data has no 'description' attribute:
How to solve this problem?