binoua commited on
Commit
cae0afe
1 Parent(s): aec7071

chore: adding a DB system

Browse files
Files changed (1) hide show
  1. 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