Aray Karjauv
Aray Karjauv
## 🐛 Bug If I understand correctly, starting with version 0.17, Pyodide integrates the implementation of `await` for JsProxy. So when JS returns a `Promise`, it converts it to `Future`...
The [implementation](https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/labml_nn/gan/stylegan) of StyleGAN2 does not learn a mapping for the latent vector `z`. The vector `z` is completely ignored, and a variety of generated images is provided by `noise`....
Please replace _Merge with Add layer https://github.com/eriklindernoren/Keras-GAN/blob/636ec0533df1d1ba2bfe4ec9ae7aa66bd7ee2177/wgan_gp/wgan_gp.py#L26
When working with medical slides, the resolution is often specified in `mm` or even `nm` scale. `resunit` only accepts `cm` and `inches`, so by creating a WSI using `tiffsave` the...
## Description When launching JupyterLab with the `--ip 0.0.0.0` flag to explicitly set the IP address, the server starts on `http://127.0.0.1:8888/lab` instead of the specified IP address limiting accessibility to...
## Description The c30e3cc4586b43a0cff37e8e74e63cfb9324c710 commit breaks saliency map generation. The behavior of `object.__setattr__` for setting the `bias` parameter in [canonizers.MergeBatchNorm](https://github.com/chr5tphr/zennit/blob/e5699aa7e6fb98bec67505af917d0a17cd81d3b5/src/zennit/canonizers.py#L128) differs from using direct assignment or `setattr()` (`object.__setattr__` bypasses custom...