Skip to content

Instantly share code, notes, and snippets.

@chaserileyroberts
Last active October 31, 2019 00:10
Show Gist options
  • Save chaserileyroberts/670742f162cd11ca7f8fecd8ebfac09e to your computer and use it in GitHub Desktop.
Save chaserileyroberts/670742f162cd11ca7f8fecd8ebfac09e to your computer and use it in GitHub Desktop.
# Old way
tn.contractors.greedy(net).get_final_node().tensor
# New way!
tn.contractors.greedy(set_of_nodes).tensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment