Roman
commited on
Commit
•
b1501ef
1
Parent(s):
4bee342
chore: clean some remaining unused libraries
Browse files- filters.py +0 -3
filters.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
"Filter definitions, with pre-processing, post-processing and compilation methods."
|
2 |
|
3 |
-
import json
|
4 |
-
|
5 |
import numpy as np
|
6 |
import torch
|
7 |
from common import AVAILABLE_FILTERS, INPUT_SHAPE
|
@@ -12,7 +10,6 @@ from concrete.ml.common.debugging.custom_assert import assert_true
|
|
12 |
from concrete.ml.common.utils import generate_proxy_function
|
13 |
from concrete.ml.onnx.convert import get_equivalent_numpy_forward
|
14 |
from concrete.ml.torch.numpy_module import NumpyModule
|
15 |
-
from concrete.ml.version import __version__ as CML_VERSION
|
16 |
|
17 |
|
18 |
class _TorchIdentity(nn.Module):
|
|
|
1 |
"Filter definitions, with pre-processing, post-processing and compilation methods."
|
2 |
|
|
|
|
|
3 |
import numpy as np
|
4 |
import torch
|
5 |
from common import AVAILABLE_FILTERS, INPUT_SHAPE
|
|
|
10 |
from concrete.ml.common.utils import generate_proxy_function
|
11 |
from concrete.ml.onnx.convert import get_equivalent_numpy_forward
|
12 |
from concrete.ml.torch.numpy_module import NumpyModule
|
|
|
13 |
|
14 |
|
15 |
class _TorchIdentity(nn.Module):
|