Installation — AmpliGraph 1.4.0 Documentation
Maybe your like
AmpliGraph
1.4.0
1.4.0 Contents:
- Installation
- Prerequisites
- Provision a Virtual Environment
- Install TensorFlow
- Install AmpliGraph
- Sanity Check
- Prerequisites
- Background
- API
- How to Contribute
- Examples
- Tutorials
- Performance
- Bibliography
- Changelog
- About
- Docs »
- Installation
- Edit on GitHub
Prerequisites¶
- Linux, macOS, Windows
- Python 3.7
Provision a Virtual Environment¶
Create and activate a virtual environment (conda)
conda create --name ampligraph python=3.7 source activate ampligraphInstall TensorFlow¶
AmpliGraph is built on TensorFlow 1.x. Install from pip or conda:
CPU-only
pip install "tensorflow>=1.15.2,<2.0" or conda install tensorflow'>=1.15.2,<2.0.0'GPU support
pip install "tensorflow-gpu>=1.15.2,<2.0" or conda install tensorflow-gpu'>=1.15.2,<2.0.0'Install AmpliGraph¶
Install the latest stable release from pip:
pip install ampligraphIf instead you want the most recent development version, you can clone the repository and install from source as below (also see the How to Contribute guide for details):
git clone https://github.com/Accenture/AmpliGraph.git cd AmpliGraph git checkout develop pip install -e .Sanity Check¶
>> import ampligraph >> ampligraph.__version__ '1.4.0'Tag » How To Install Tensorflow 1.4
-
Install TensorFlow With Pip
-
Installing Tensorflow 1.4 [closed] - Python - Stack Overflow
-
How To Install TensorFlow (GPU Version 1.4) On Windows 10
-
Markjay4k/How-To-Install-TensorFlow-GPU · GitHub
-
Yant07/How-To-Install-TensorFlow-1.4 - GitHub
-
Pip Install Tensorflow 1.4 Code Example
-
Simple Steps To Install TensorFlow On Windows & Mac, Ubuntu
-
Installing Tensorflow 1.4 [closed] - Splunktool
-
I Am Not Able To Install Tensorflow=1.4.1 - Splunktool
-
Installing TensorFlow For Ubuntu - IBM
-
Installing Tensorflow Version 1.4.0 - Anycodings
-
TensorLayer 1.4.0 Documentation - Read The Docs
-
Tensorflow-gpu - PyPI
-
Install TensorFlow 1.4.1 Using Virtualenv Source Code