Install TensorFlow MRI

Requirements

TensorFlow MRI should work in most Linux systems that meet the requirements for TensorFlow.

Warning

TensorFlow MRI is not yet available for Windows or macOS. Help us support them!.

TensorFlow compatibility

Each TensorFlow MRI release is compiled against a specific version of TensorFlow. To ensure compatibility, it is recommended to install matching versions of TensorFlow and TensorFlow MRI according to the TensorFlow compatibility table.

Warning

Each TensorFlow MRI version aims to target and support the latest TensorFlow version only. A new version of TensorFlow MRI will be released shortly after each TensorFlow release. TensorFlow MRI versions that target older versions of TensorFlow will not generally receive any updates.

Set up your system

You will need a working TensorFlow installation. Follow the TensorFlow installation instructions if you do not have one already.

Use a GPU

If you need GPU support, we suggest that you use one of the TensorFlow Docker images. These come with a GPU-enabled TensorFlow installation and are the easiest way to run TensorFlow and TensorFlow MRI on your system.

$ docker pull tensorflow/tensorflow:latest-gpu

Alternatively, make sure you follow these instructions when setting up your system.

Download from PyPI

TensorFlow MRI is available on the Python package index (PyPI) and can be installed using the pip package manager:

$ pip install tensorflow-mri

Run in Google Colab

To get started without installing anything on your system, you can use Google Colab. Simply create a new notebook and use pip to install TensorFlow MRI.

!pip install tensorflow-mri

The Colab environment is already configured to run TensorFlow and has GPU support.

TensorFlow compatibility table

TensorFlow MRI Version

TensorFlow Compatibility

Release Date

v0.22.0

v2.10.x

Sep 26, 2022

v0.21.0

v2.9.x

Jul 24, 2022

v0.20.0

v2.9.x

Jun 18, 2022

v0.19.0

v2.9.x

Jun 1, 2022

v0.18.0

v2.8.x

May 6, 2022

v0.17.0

v2.8.x

Apr 22, 2022

v0.16.0

v2.8.x

Apr 13, 2022

v0.15.0

v2.8.x

Apr 1, 2022

v0.14.0

v2.8.x

Mar 29, 2022

v0.13.0

v2.8.x

Mar 15, 2022

v0.12.0

v2.8.x

Mar 14, 2022

v0.11.0

v2.8.x

Mar 10, 2022

v0.10.0

v2.8.x

Mar 3, 2022

v0.9.0

v2.7.x

Dec 3, 2021

v0.8.0

v2.7.x

Nov 11, 2021

v0.7.0

v2.6.x

Nov 3, 2021

v0.6.2

v2.6.x

Oct 13, 2021

v0.6.1

v2.6.x

Sep 30, 2021

v0.6.0

v2.6.x

Sep 28, 2021

v0.5.0

v2.6.x

Aug 29, 2021

v0.4.0

v2.6.x

Aug 18, 2021