Closed vztu closed 2 years ago
At the time of the paper we had included weights of the entire backbone (efficientnet), when much of the later layers weren't actually used. So after culling those layers, this 1.1M params is the correct number.
We'll fix the paper's numbers in a future revision, thanks for bringing this up 👍
Hi Brady, thanks for the great work!
I have a question regarding the model parameters. In your paper, you have reported
5M
in Table 1 on nuscenes. However, I run your code with the default yaml config, and the log says1.1M
parameters. Did I miss anything?