File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,18 @@ building, and someone who don't want to rewrite the standard layers in tensorflo
2020constantly. Also for enterprise users who want to share deep learning models
2121easily between teams.
2222
23- ## Documentation
24-
25- You can check out the documentation [ https://skymed.ai/pages/AI-Platform/TensorGraph/ ] ( https://skymed.ai/pages/AI-Platform/TensorGraph/ )
26-
2723-----
2824## Install
2925
3026First you need to install [ tensorflow] ( https://www.tensorflow.org/versions/r0.9/get_started/os_setup.html )
3127
3228To install tensorgraph for bleeding edge version via pip
3329``` bash
34- sudo pip install --upgrade git+https://skymed.ai/AI-Platform /TensorGraph.git@master
30+ sudo pip install --upgrade git+https://github.com/hycis /TensorGraph.git@master
3531```
3632or simply clone and add to ` PYTHONPATH ` .
3733``` bash
38- git clone https://skymed.ai/AI-Platform /TensorGraph.git
34+ git clone https://github.com/hycis /TensorGraph.git
3935export PYTHONPATH=/path/to/TensorGraph:$PYTHONPATH
4036```
4137in order for the install to persist via export ` PYTHONPATH ` . Add ` PYTHONPATH=/path/to/TensorGraph:$PYTHONPATH ` to your ` .bashrc ` for linux or
@@ -400,7 +396,6 @@ o2_mse = tf.reduce_mean((y2 - o2)**2)
400396mse = o1_mse + o2_mse
401397optimizer = tf.train.AdamOptimizer(learning_rate).minimize(mse)
402398```
403- <<<<<<< HEAD
404399
405400-----
406401## TensorGraph on Multiple GPUS
You can’t perform that action at this time.
0 commit comments