Closed FJ0M closed 1 year ago
in utils/sampler.py 'trajecotry' appears twice instead of 'trajectory', changing this fixes error in saving outputs.
line 778, in save_outputs torch.save(self.trajecotry, fname) AttributeError: 'SEQDIFF_sampler' object has no attribute 'trajecotry'
Just pushed a fix for this, thanks!
in utils/sampler.py 'trajecotry' appears twice instead of 'trajectory', changing this fixes error in saving outputs.