From f962b2cf536bcca5cc7838326755a3234c4320a9 Mon Sep 17 00:00:00 2001 From: Andrei Stoian <95410270+andrei-stoian-zama@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:10:14 +0200 Subject: [PATCH] fix: Update docs/built-in-models/training.md Co-authored-by: yuxizama <157474013+yuxizama@users.noreply.github.com> --- docs/built-in-models/training.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/built-in-models/training.md b/docs/built-in-models/training.md index fef594066..f7675c291 100644 --- a/docs/built-in-models/training.md +++ b/docs/built-in-models/training.md @@ -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.