Repository: systemml
Updated Branches:
  refs/heads/gh-pages e3f0cf404 -> 91190d6df


[SYSTEMML-1928] Removed Tensorboard visualization code from Caffe2DML

- This avoids compilation error on powerpc.

Closes #671.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/3e13b12f
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/3e13b12f
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/3e13b12f

Branch: refs/heads/gh-pages
Commit: 3e13b12f885a5933b7e1e6d25b3609923081c097
Parents: e3f0cf4
Author: Niketan Pansare <npan...@us.ibm.com>
Authored: Thu Sep 21 13:37:49 2017 -0700
Committer: Niketan Pansare <npan...@us.ibm.com>
Committed: Thu Sep 21 13:37:49 2017 -0700

----------------------------------------------------------------------
 beginners-guide-caffe2dml.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/3e13b12f/beginners-guide-caffe2dml.md
----------------------------------------------------------------------
diff --git a/beginners-guide-caffe2dml.md b/beginners-guide-caffe2dml.md
index 12b21d4..220e02c 100644
--- a/beginners-guide-caffe2dml.md
+++ b/beginners-guide-caffe2dml.md
@@ -231,7 +231,7 @@ Dml.g4      ---> antlr  ---> DmlLexer.java, 
DmlListener.java, DmlParser.java ---
 caffe.proto ---> protoc ---> target/generated-sources/caffe/Caffe.java       
---> parse caffe_network.proto, caffe_solver.proto 
 ```
 
-Again, the SystemML engine doesnot invoke (or depend on) Caffe and TensorFlow 
for any of its runtime operators.
+Again, the SystemML engine doesnot invoke (or depend on) Caffe for any of its 
runtime operators.
 Since the grammar files for the respective APIs (i.e. `caffe.proto`) are used 
by SystemML, 
 we include their licenses in our jar files.
 

Reply via email to