Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
srkreddy1238 committed May 27, 2018
1 parent 2bc53d7 commit 6f816f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nnvm/frontend/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def from_tensorflow(self, graph):
Follow the tensorflow graph definition to parse and convert it to NNVM.
Some of the assumptions listed below.
-> First Const node will be comsidered as graph input.
-> First Const or Placeholder node will be considered as graph input.
-> Rest all Const nodes are params.
-> Last node is assumed as graph output.
-> _output_shapes : Attribute should present in the tenserflow forzen graph.
Expand Down

0 comments on commit 6f816f2

Please sign in to comment.