Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

This example has been tested on EUMETSAT side of the EWC.


Info

Tensorflow library has many dependencies that interest all the stack (from application level to hardware) and it is released quite often by the community. For the purpose of this documention for GPUs on Tensorflow. The following assumptions have been considered:

  • Python 3.6 - 3.8 installed.

...

You can check this documentation for Install package in Python environment and handle python environments for reproducibility.

CentOS 7

Install the prerequisites and Tensorflow 2.8:

...

Code Block
[PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]


Ubuntu 20.04

Begin by installing the nvidia-cuda-toolkit:

...