rsnt_translations
56,563
edits
(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. | ||
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=== |