paysage
paysage copied to clipboard
Unsupervised learning and generative models in python/pytorch.
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 0.12.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.2.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [ipython](https://github.com/ipython/ipython) from 5.2.2 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...
Bumps [py](https://github.com/pytest-dev/py) from 1.4.32 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Hi, I am trying to use the GPU option as in http://physics.bu.edu/~pankajm/ML-Notebooks/HTML/NB17_CXVI_RBM_mnist.html I have changed the config file appropriately as in the instructions. However, with the config file changed to...
This PR updates and excludes a bunch of requirements in the `requirements.txt` file for this repo. Furthermore it remove the `Dockerfile` which has no general utility. Finally it improves the...
Is there a way to fit partially an RBM in paysage? Thank you.