Proof of concept implementation of an RBM in pure Python
Loading
Created by: twesterhout
First step towards using PyTorch modules with NetKet.
to_json
and from_json
methods are dropped in favour of Save
and Load
methods. The fact that machines save their state in JSON format is now an implementation detail. Machines implemented in Python are free to use pickle
for example.netket.machine.Machine
from Python. Since this is still a work in progress, new features are not advertised in the docs.RbmSpin
.