TensorFlow
TensorFlow is an open source software library for numerical computation using data flow graphs.
A data flow graph, also known as a data flow diagram (DFD), is a graphical representation of the flow of data within a system or process. It is a visual tool used for modeling and understanding how data moves through various components or stages in a system.
Flexible architecture of TensorFlow allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.
Usage
Singularity image
Newer versions of TensorFlow are available solely as Singularity images optimized for usage with NVidia GPUs (NVidia GPU Cloud, NGC).
The NGC packages are placed in the directory /cvmfs/singularity.metacentrum.cz
; you have to list the directory first to see its contents:
To use a selected version of TensorFlow image, run the image within interactive job as:
/* More about Nvidia GPU cloud usage can be found at NVidia deep learning frameworks wiki page. */
Module
Tip
Once you add the module that best suits your needs, the use is as simple as running python and importing the tensorflow module:
Last updated on