Skip to content

Commit

Permalink
fix(//tests/accuracy): Fix int8 accuracy test for new PTQ api
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Oct 23, 2020
1 parent 26c3048 commit a53bea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/accuracy/test_int8_accuracy.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "accuracy_test.h"
#include "datasets/cifar10.h"
#include "torch/torch.h"
#include "trtorch/ptq.h"

TEST_P(AccuracyTests, FP16AccuracyIsClose) {
auto calibration_dataset = datasets::CIFAR10("tests/accuracy/datasets/data/cifar-10-batches-bin/", datasets::CIFAR10::Mode::kTest)
Expand Down

0 comments on commit a53bea7

Please sign in to comment.