diff options
Diffstat (limited to 'tikz/attack.tex')
-rw-r--r-- | tikz/attack.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tikz/attack.tex b/tikz/attack.tex index 14c605e..04181ae 100644 --- a/tikz/attack.tex +++ b/tikz/attack.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] (model) at (0,\h) {Modèle}; \node[rectangle,draw=blue] (inf) at (0,\h-1) {Classification}; - \node[rectangle,draw] (train) at (-3,\h) {Entrainement}; + \node[rectangle,draw] (train) at (-3,\h) {Entraînement}; \draw[->] (udata) to (model); \draw[->] (model) to (inf); |