Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

overview.rst

File metadata and controls

22 lines (16 loc) · 485 Bytes

Overview

Installation

tf-explain is available on Pypi as an alpha release. To install it: :: pip install tf-explain

Tensorflow Compatibility

tf-explain is compatible with Tensorflow 2. It is not declared as a dependency to let you choose between CPU and GPU versions. Additionally to the previous install, run:: # For CPU version pip install tensorflow==2.0.0 # For GPU version pip install tensorflow-gpu==2.0.0