Skip to content

Commit

Permalink
fix: Update docs/built-in-models/training.md
Browse files Browse the repository at this point in the history
Co-authored-by: yuxizama <[email protected]>
  • Loading branch information
andrei-stoian-zama and yuxizama authored Jun 19, 2024
1 parent 05dc8df commit f962b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/built-in-models/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Training on encrypted data is done through an FHE program that is generated by C

When deploying encrypted training services, you need to consider the type of data that future users of your services will train on:

- the distribution of the data should match to achieve good accuracy
- the dimensionality of the data needs to match since the deployed FHE programs are compiled for a fixed number of dimensions.
- The distribution of the data should match to achieve good accuracy
- The dimensionality of the data needs to match since the deployed FHE programs are compiled for a fixed number of dimensions.

See the [deployment](#deployment) section for more details.

Expand Down

0 comments on commit f962b2c

Please sign in to comment.