Thorsten Beier
Thorsten Beier
Is there any example how to compile a gui to wasm. The mentioned https://github.com/rgl-epfl/tekari is not compiling with some complicated error ``` LLVM ERROR: malformed uleb128, extends past end PLEASE...
this is just to keep track of the api changes I noticed while refactoring xtensor from xsimd7 to xsimd8 there are some trivial changes ``` xsimd::load_simd => xsimd::load; xsimd::store_simd =>...
Initial draft for a specialized computed_assign for xfixed: * added overload for fixed/nonfixed shape via enable_if * added tests Any broadcasting which would require a reshaping of the tensor we...
atm the monkeypatch is imported everywhere, this must be changed before merging
**!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...
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'))...
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...
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...
## Description This adds a jupyterlite shell to the documentation which can be tried out on the fly. Locally this already works fine, maybe it will also work on the...
I sometimes get the error below when running code llike: ``` import numpy as np from sklearn.manifold import TSNE X = np.array([[0, 0, 0], [0, 1, 1], [1, 0, 1],...