inferno
inferno copied to clipboard
A utility library around PyTorch
This removes the TQDM bar from the serialization. It prevents the error when saving the trainer: `TypeError: cannot serialize '_io.TextIOWrapper' object` I think the bar will be rebuilt automatically (haven't...
we should make the behavior off the `GarbageCollection` callback default and make this callback obsolete. We should proidve an API like the following and have reasonable defaults: ```python trainer.garbage_collect(collect_every=(1, 'iteration'))...
The latest version in pypi right now is 0.1.7.
* inferno version: n/a * Python version: n/a * Operating System: n/a ### Description inferno/io/trasnform/generic.py class Normalize(Transform) def tensor_function(self, tensor): mean = np.asarray(tensor.mean()) if self.mean is None else self.mean std...
Maintaining a building documentation on readthedocs is a pain in the ass: - Hard / Impossible to debug - No GPU => all examples which shall produce plots rely somehow...
I think it would be useful to have a nicer interface for input and output batches with multiple elements. Currently it can be cumbersome to keep track of what is...
We should add more examples for the following things: - infernos transformation pipeline, show / highlight the difference between torchvision and infernos transformations - usage of trainer with non-trivial dataset...
This is the page we show most potential users, it shouldn't look shabby.
Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...