This repository was archived by the owner on Nov 7, 2024. It is now read-only.
PyTorch Support!
·
403 commits
to master
since this release
- Added PyTorch support. Simply do
tensornetwork.set_default_backend("pytorch")orTensorNetwork(backend="pytorch")to enable it. - Added
edge1 ^ edge2as an alias tonet.connect(edge1, edge2)