TensorFlow/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "Créez d'abord un environnement virtuel Python et installez une version de TensorFlow compatible avec vos opérateurs personnalisés. Allez ensuite au répertoir..."
(Created page with "Si votre opérateur personnalisé '''ne peut pas prendre en charge''' un GPU :")
(Created page with "Créez d'abord un environnement virtuel Python et installez une version de TensorFlow compatible avec vos opérateurs personnalisés. Allez ensuite au répertoir...")
Line 232: Line 232:
In your research, you may come across [https://github.com/Yang7879/3D-BoNet code that leverages custom operators] that are not part of the core tensorflow distribution, or you might want to [https://www.tensorflow.org/guide/create_op create your own]. In both cases, you will need to compile your custom operators ''before'' submitting your job. To ensure your code will run correctly, follow the steps below.
In your research, you may come across [https://github.com/Yang7879/3D-BoNet code that leverages custom operators] that are not part of the core tensorflow distribution, or you might want to [https://www.tensorflow.org/guide/create_op create your own]. In both cases, you will need to compile your custom operators ''before'' submitting your job. To ensure your code will run correctly, follow the steps below.


First, create a [[Python|Python virtual environment]] and install a tensorflow version compatible with your custom operators. Then go to the directory containing the operators source code and follow the next steps according to the version you installed:
Créez d'abord un [[Python/fr|environnement virtuel Python]] et installez une version de TensorFlow compatible avec vos opérateurs personnalisés. Allez ensuite au répertoire qui contient le code source des opérateurs et utilisez les commandes qui suivent selon la version que vous avez installée.


===TensorFlow <= 1.4.x===
===TensorFlow <= 1.4.x===
rsnt_translations
56,563

edits

Navigation menu