chore: smaller keys
Browse files- compiled_model/client.zip +2 -2
- compiled_model/server.zip +2 -2
- creating_models.py +1 -1
compiled_model/client.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a0e943aec188cb35e60d78e2280a4a4b346aded279b692a6be2d01f1a045710
|
3 |
+
size 104293
|
compiled_model/server.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72f18576ba0bfe05cdadcc34a8a65233286e158c8f2b70880d99457b1b860378
|
3 |
+
size 2687
|
creating_models.py
CHANGED
@@ -11,7 +11,7 @@ def compile_and_make_it_deployable(model_dev, X_train):
|
|
11 |
path_to_model = Path("compiled_model")
|
12 |
|
13 |
# Compile into FHE
|
14 |
-
model_dev.compile(X_train)
|
15 |
|
16 |
# Saving the model
|
17 |
shutil.rmtree(path_to_model, ignore_errors=True)
|
|
|
11 |
path_to_model = Path("compiled_model")
|
12 |
|
13 |
# Compile into FHE
|
14 |
+
model_dev.compile(X_train, p_error=0.8)
|
15 |
|
16 |
# Saving the model
|
17 |
shutil.rmtree(path_to_model, ignore_errors=True)
|