User Activity

I have a DB (Differentiable Binarization) model exported to ONNX, and I quantized it with onnxruntime using the code below:```dr = DetDataReader(calibration_dataset_path, input_model_path) # Fake images as I'm just attempting to measure the memory us...