diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-12-10 20:59:35 +0100 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-12-10 20:59:35 +0100 |
commit | 7d379d6ab0f38f9d05e44fa6039b97560ebfa725 (patch) | |
tree | b06dee30f2d35e6961aab14d29aaa47743f4f265 /tikz/attack_mia.tex | |
parent | 4ad65f91926a75ee0e761c5c60b7ca74e43910d3 (diff) |
Conseil de Heber et Mohammed
Diffstat (limited to 'tikz/attack_mia.tex')
-rw-r--r-- | tikz/attack_mia.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tikz/attack_mia.tex b/tikz/attack_mia.tex index accfbf3..d0fcef4 100644 --- a/tikz/attack_mia.tex +++ b/tikz/attack_mia.tex @@ -1,4 +1,4 @@ -\begin{tikzpicture} +\begin{tikzpicture}[scale=0.6, every node/.style={scale=0.7}] \def \h{-2} @@ -16,7 +16,7 @@ %Pipeline \node[rectangle,draw=blue] (model) at (0,\h) {Modèle}; \node[rectangle,draw] (inf) at (0,\h-1) {Classification}; - \node[rectangle,draw=red] (train) at (-3,\h) {Entrainement}; + \node[rectangle,draw=red] (train) at (-3,\h) {Entraînement}; \draw[->] (udata) to (model); \draw[->] (model) to (inf); |