Hi!I learned from issue #29 that the bandwidth is calculated by H×W×C×4/100,0000.
Then I run voxel_net_intermediate.py and debug to see that the shape of the feature before compression is [5, 128, 200, 704]:
but 200 ×704×128×4/100,0000≈72.08 instead of 576.71, what is the problem
Hi!I learned from issue #29 that the bandwidth is calculated by
H×W×C×4/100,0000
. Then I run voxel_net_intermediate.py and debug to see that the shape of the feature before compression is [5, 128, 200, 704]: but200 ×704×128×4/100,0000≈72.08
instead of 576.71, what is the problem