chore: adding a DB system
Browse files- play_with_endpoint.py +0 -4
play_with_endpoint.py
CHANGED
@@ -53,10 +53,6 @@ _, X_test, _, Y_test = train_test_split(
|
|
53 |
random_state=42,
|
54 |
)
|
55 |
|
56 |
-
NB_SAMPLES = 10
|
57 |
-
X_test = X_test[:NB_SAMPLES]
|
58 |
-
Y_test = Y_test[:NB_SAMPLES]
|
59 |
-
|
60 |
# Recover parameters for client side
|
61 |
fhemodel_client = FHEModelClient(path_to_model)
|
62 |
|
|
|
53 |
random_state=42,
|
54 |
)
|
55 |
|
|
|
|
|
|
|
|
|
56 |
# Recover parameters for client side
|
57 |
fhemodel_client = FHEModelClient(path_to_model)
|
58 |
|