wzzheng / OccSora

OccSora: 4D Occupancy Generation Models as World Simulators for Autonomous Driving
https://wzzheng.net/OccSora/
Apache License 2.0
132 stars 7 forks source link

a bug in vqvae training #1

Closed Zbozhou closed 2 months ago

Zbozhou commented 3 months ago

Thanks for your excellent work, but it seems a bug here. https://github.com/wzzheng/OccSora/blob/main/model/VAE/vae_2d_resnet.py image

LeningWang commented 3 months ago

Please tell me the specific error information.

jjlinghu commented 2 months ago

Please tell me the specific error information.

Actually, there is an unmatched right parenthesis ')' in line 283.

LeningWang commented 2 months ago

Thanks, we'll check, probably because some print breakpoints didn't clear when we removed them.