tensorflow
Link to section 'Description' of 'tensorflow' Description
TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.
Link to section 'Versions' of 'tensorflow' Versions
- Bell: 2.3.0
- Anvil: 2.6.0
- Gilbreth: 2.4.0, 1.12.0
- Scholar: 1.15.2, 1.15.4, 1.15.5, 2.1.0, 2.2.0, 2.3.1, 2.5.0, 2.6.0
Link to section 'Module' of 'tensorflow' Module
You can load the modules by:
module load learning
module load tensorflow
To check the loaded version, run:
python -c "import tensorflow as tf; print(tf.__version__)"