Justin-Tan / high-fidelity-generative-compression

Pytorch implementation of High-Fidelity Generative Image Compression + Routines for neural image compression
Apache License 2.0
411 stars 77 forks source link

Unable to use pretrain model #50

Open Olin1461 opened 1 year ago

Olin1461 commented 1 year ago

When I try to use the pretrain model, I got the error that said "ValueError: loaded state dict contains a parameter group that doesn't match the size of optimizer's group". Any idea how I can fix this? Thanks

lianqi1008 commented 11 months ago

When I try to use the pretrain model, I got the error that said "ValueError: loaded state dict contains a parameter group that doesn't match the size of optimizer's group". Any idea how I can fix this? Thanks

Hello, I also encountered the same problem. How did you solve it?

longzige commented 9 months ago

我也遇到了同样的问题

Yunpeng-Qi commented 4 months ago

When I try to use the pretrain model, I got the error that said "ValueError: loaded state dict contains a parameter group that doesn't match the size of optimizer's group". Any idea how I can fix this? Thanks

Hello, I also encountered the same problem. How did you solve it?

Hi, I encountered this issue too and wondering your solution, thank you!