-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
My training settings are consistent with the code you provided, batch_ Choose size 8, but the floats I measured differ significantly from the data in your article. Can you provide your testing method?
this is my method :
flops, params = profile(model.module, ([coord, feat, offset],))
print('flops: %.2fG' % (flops / 1e9), 'params: %.2fM' % (params / 1e6))
result :
flops: 96.04G params: 0.98M
Module : repsurf.repsurf_umb_ssg
Metadata
Metadata
Assignees
Labels
No labels