Package: keras / 2.3.1+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
keras | 2.3.1+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Change external img tag urls to local files.patch | (download) |
docs/templates/getting-started/functional-api-guide.md |
2 1 + 1 - 0 ! |
change external img tag urls to local files. |
0002 Make docs browsable by setting use_directory_urls fa.patch | (download) |
docs/mkdocs.yml |
1 1 + 0 - 0 ! |
make docs browsable by setting use_directory_urls=false. |
0003 Remove Google Analystics reference privacy policy.patch | (download) |
docs/mkdocs.yml |
1 0 + 1 - 0 ! |
remove google analystics reference, privacy policy |
0004 Exclude docs from built modules.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
exclude docs from built modules. |
0005 Change default backend to theano.patch | (download) |
keras/backend/load_backend.py |
4 2 + 2 - 0 ! |
change default backend to theano Change default backend to theano. |
0006 Selu test tolerance.patch | (download) |
tests/keras/activations_test.py |
2 1 + 1 - 0 ! |
selu test tolerance Increase tolerance for activations_test.py. . |
0007 h5py mode write.patch | (download) |
keras/utils/io_utils.py |
4 2 + 2 - 0 ! |
specify file mode when opening in-memory files. Fixes a test regression for python3-h5py 2.10.0-8. |
0008 do not use is with literals | (download) |
keras/backend/numpy_backend.py |
2 1 + 1 - 0 ! |
do not use is with literals Fixes a SyntaxWarning introduced in Python 3.8. |