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
I found this repo is very useful for helping understanding trt int8 functions.
However, I don't quitly understand the usage for calibration-data which mentioned in the README that it shall point to imagenet database. As I know, there is train and val folder for the imagenet.
So when we do the calibration, which folder shall be used? val? or both?
Thx,
Lei
The text was updated successfully, but these errors were encountered:
in fact only 1000 samples from validation dataset are needed, according to the guide from nvidia, so you just need to select 1000 images from the origin validation fold, and specify the new created folder as calibration-data
Hi,
I found this repo is very useful for helping understanding trt int8 functions.
However, I don't quitly understand the usage for calibration-data which mentioned in the README that it shall point to imagenet database. As I know, there is train and val folder for the imagenet.
So when we do the calibration, which folder shall be used? val? or both?
Thx,
Lei
The text was updated successfully, but these errors were encountered: