Skip to content

Commit

Permalink
Added TFoS version
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiba committed Oct 8, 2019
1 parent ec0f762 commit ba1d69c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# OpenKEonSpark
This is a distributed version of the framework OpenKE (https://github.com/thunlp/OpenKE) using the library TensorFlowOnSpark (https://github.com/yahoo/TensorFlowOnSpark).
This is a distributed version of the framework OpenKE (https://github.com/thunlp/OpenKE) using the library TensorFlowOnSpark (https://github.com/yahoo/TensorFlowOnSpark version 1.4.4).
Please refer to https://github.com/tensorflow/examples/blob/master/community/en/docs/deploy/distributed.md to have an overview about how Distributed Tensorflow training works.


Expand Down
2 changes: 1 addition & 1 deletion colab/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ os.environ["JAVA_HOME"] = "/usr/lib/jvm/java-8-openjdk-amd64"
!sudo apt-get install scala
!wget -q https://archive.apache.org/dist/spark/spark-2.1.1/spark-2.1.1-bin-hadoop2.7.tgz
!tar xf spark-2.1.1-bin-hadoop2.7.tgz
!python3 -m pip install tensorflowonspark py4j pyspark
!python3 -m pip install tensorflowonspark==1.4.4 py4j pyspark

#connect Google Drive
from google.colab import drive
Expand Down

0 comments on commit ba1d69c

Please sign in to comment.