From 43b4d4a43028339f84a851f8c40f74462f3c4ff0 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 27 Jan 2021 18:23:51 +0800 Subject: [PATCH] feat(imperative/test): add more correctness tests GitOrigin-RevId: 2ef6027bb1087bf6e60cedace252fdfe2970be27 --- .gitattributes | 1 + .../{test_correctness.py => test_correctness_mnistnet.py} | 0 2 files changed, 1 insertion(+) rename imperative/python/test/integration/{test_correctness.py => test_correctness_mnistnet.py} (100%) diff --git a/.gitattributes b/.gitattributes index 84691370d..2e0e508b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ dnn/src/cuda/batch_conv_bias/int8/kimpl/* binary dnn/src/cuda/sass/prebuilt/map_defs.cpp binary tools/mlir/mlir-tblgen filter=lfs diff=lfs merge=lfs -text *.caffemodel filter=lfs diff=lfs merge=lfs -text +imperative/python/test/integration/data/*.mge filter=lfs diff=lfs merge=lfs -text diff --git a/imperative/python/test/integration/test_correctness.py b/imperative/python/test/integration/test_correctness_mnistnet.py similarity index 100% rename from imperative/python/test/integration/test_correctness.py rename to imperative/python/test/integration/test_correctness_mnistnet.py -- GitLab