Page history
3 April 2023
31 March 2023
1 November 2022
19 July 2022
17 March 2022
25 February 2022
23 February 2022
2 February 2022
no edit summary
+2
no edit summary
−19
no edit summary
+14
no edit summary
−2
Created page with "[https://horovod.readthedocs.io/en/latest/summary_include.html Horovod] est une plateforme distribuée d'apprentissage profond avec TensorFlow, Keras, PyTorch et Apache MXNet...."
+4
no edit summary
+6
Created page with "Pour créer un point de contrôle dans un entraînement avec <code>keras</code>, nous recommandons le paramètre <code>callbacks</code> de la méthode <code>model.fit()</code>..."
+87
Created page with "La syntaxe pour utiliser plusieurs GPU distribués sur plusieurs nœuds ressemble beaucoup au cas du nœud simple; la différence principale est l'emploi de <code>MultiWorkerM..."
+98
Created page with "===Avec une boucle d'entraînement personnalisée==="
+19
Created page with "===Avec Keras==="
Created page with "Le script Python <code>tensorflow-multiworker.py</code> a la forme suivante : {{File |name=tensorflow-multiworker.py |lang="python" |contents="
+12
Created page with "À l'instar de TensorFlow 1.x, TensorFlow 2.x offre des stratégies différentes pour utiliser plusieurs GPU avec l'API de haut niveau <code>tf.distribute</code>. Dans les sec..."
+13
Created page with "====Stratégie miroir===="
Created page with "Voyez la[https://www.tensorflow.org/guide/checkpoint#writing_checkpoints documentation officielle de TensorFlow]."
−7
Created page with "Pour plus d'information, consultez la [https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/ModelCheckpoint documentation officielle de TensorFlow]."
+1
Created page with "'''Remarque : TF 1.x n'est pas disponible sur Narval, puisque cette grappe n'offre pas StdEnv/2018.'''"
+4
22 December 2021
17 November 2021
24 October 2021
20 October 2021
Created page with "=====Nœuds multiples====="
+2
Created page with "Le script Python <code>tensorflow-singleworker.py</code> a le format {{File |name=tensorflow-singleworker.py |lang="python" |contents="
−3
Created page with "=====Nœud unique====="
+1
no edit summary
−38
no edit summary
−38
Created page with "===TensorFlow 1.x=== Il existe plusieurs méthodes de gestion des variables, les plus communes étant ''Parameter Server'' et ''Replicated''. *Nous allons utiliser [https://g..."
−100
Replaced content with "==Utiliser plusieurs GPU=="
−666
no edit summary
+40
Created page with "==Créer des points de contrôle== Whether or not you expect your code to run for long time periods, it is a good habit to create Checkpoints during training. A checkpoint is..."
+4