wilson1yan / VideoGPT

MIT License
962 stars 115 forks source link

setting attribute #20

Closed a-antoniades closed 3 years ago

a-antoniades commented 3 years ago

I am having an issue with trying to train the vqvae.

''' File "scripts/train_vqvae.py", line 45, in main() File "scripts/train_vqvae.py", line 26, in main data = VideoData(args) File "./videogpt/data.py", line 173, in init self.hparams = args AttributeError: can't set attribute '''

wilson1yan commented 3 years ago

I just pushed a change that renames hparams to args which I think should fix it. Does it work for you now?

a-antoniades commented 3 years ago

I just pushed a change that renames hparams to args which I think should fix it. Does it work for you now?

Thanks so much. Great work btw.