Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Sarkars/flib ngenc compute #529

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor change
sayantan-nervana committed Apr 21, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ca8af0abe9287c76dcf2f0c75be1fd10e6a855b2
2 changes: 0 additions & 2 deletions test/python/test_flib.py
Original file line number Diff line number Diff line change
@@ -68,8 +68,6 @@ def test_flib_1(self):
@pytest.mark.skip(reason="Not passing through grappler")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kanvi-nervana : I think this is a minimal repro of your squeeze-net issue

def test_flib_2(self):
graph = import_pbtxt('flib_graph_2.pbtxt')

graph = import_pbtxt('flib_graph_1.pbtxt')
with graph.as_default() as g:

x = get_tensor(g, "Variable_2/peek/_2:0")