You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What params inside deeplio, compared with the size of trained model between deeplio and lidar-feat-net, the former one is about 400+MB, and the latter one is only 20+MB, so I am wonder why the size of deeplio model is much bigger than lidar-feat-net model.
What params inside deeplio, compared with the size of trained model between deeplio and lidar-feat-net, the former one is about 400+MB, and the latter one is only 20+MB, so I am wonder why the size of deeplio model is much bigger than lidar-feat-net model.
deeplio:
dropout: 0.25
pretrained: false
model-path: ""
lidar-feat-net:
name: "lidar-feat-pointseg"
pretrained: false
model-path: ""
requires-grad: true
The text was updated successfully, but these errors were encountered: