Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

PyTorch Support!

Choose a tag to compare

@chaserileyroberts chaserileyroberts released this 30 Jul 18:03
· 403 commits to master since this release
65f73d6
  • Added PyTorch support. Simply do tensornetwork.set_default_backend("pytorch") or TensorNetwork(backend="pytorch") to enable it.
  • Added edge1 ^ edge2 as an alias to net.connect(edge1, edge2)