inferno
inferno copied to clipboard
A utility library around PyTorch
Bumps [pip](https://github.com/pypa/pip) from 8.1.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...
Bumps [cryptography](https://github.com/pyca/cryptography) from 1.7 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
* inferno version: October 14 2020 (not installed) * Python version: 3.7.9 * Operating System: Ubuntu 16.04 ### Description I am working on adapting your cityscapes data loader. It appears...
* inferno version: 0.4.0 * Python version: 3.7 * Operating System: Ubuntu-18.04 ### Description I would like to set attributes on nodes of `containers.Graph`. If the features is implemented, we...
Since 0.16 skimage has [metrics](https://scikit-image.org/docs/dev/api/skimage.metrics.html#module-skimage.metrics), including adapted rand and voi. We should use these implementations in the [VoiMetric](https://github.com/inferno-pytorch/inferno/blob/master/inferno/extensions/metrics/voi.py) and [ArandMetric](https://github.com/inferno-pytorch/inferno/blob/master/inferno/extensions/metrics/arand.py) instead of the code that was copied from cremi at...
**!Outdated, see latest comments!** This Pr adds a different more flexible way to use the tensorboard logger. the usage after this pr is the following the logger is a singleton...
* inferno version: v0.3.1 * Python version: 3.6.7 * Operating System: macOS Mojave 10.14.4 ### Description I have tried to run the script in the Readme, after having set the...
* inferno version: output from `conda list | grep inferno` ``` inferno v0.4.0 py_0 conda-forge inferno-pytorch 0.4.0 pypi_0 pypi ``` * Python version: `3.7.4` * Operating System: `centOS` ### Description...