Roland Zimmermann
Roland Zimmermann
I think it would be good to have an eagerpy version of the `nonzero()` and `flatnonzero()` functions. I guess these can be imitated with a combination of `arange` and indexing,...
### Issue summary I tried to reproduce the accuracy values (top1 and top5) for the [reference ImageNet model (CaffeNet).](https://github.com/BVLC/caffe/tree/master/models/bvlc_reference_caffenet) However, I only get a top5 accuracy of ~67% which is...
When I place a `PickerCell` inside a `Section` whose `IsVisible` property is bound the application crashes in Android when I switch the property from `true` to `false` with this error...
I would like to use the `PickerCell` together with an enum. Doing this, I want to set the `DisplayMember` property of the picker and set its value to a converter,...
Since the current documentation lacks some important details for users and might make using foolbox harder than it has to be, we should improve this. Let us collect suggestions for...
Hi, I noticed that the current version does not support parallel models (at least those created using `torch.nn.DataParallel`) since the forward hook does not differentiate between the different copies of...
Thank you for releasing the code. I am interested in the experiments in section 6.3 of your paper. I did not find the code you've used to obtain those results...
When calling the tool via `git-delete-merged-branches --configure --effort=3 --dry-run --debug` I get the following error message after selecting completing the configuration steps: ``` Traceback (most recent call last): File "...\miniconda3\lib\site-packages\git_delete_merged_branches\_cli.py",...
## Description This PR increases the maximum playback speed from 3.0 to 5.0. The current maximum speed (3.0) can still be perceived as rather slow for podcasts with very slow...
Hello, while installing `pachi-py` via pip on Windows 10 I get [this ](https://gist.github.com/FlashTek/fc3351b9500b17d0ddea262b48a118de) error message. The German error message `Das System kann den angegebenen Pfad nicht finden.` can be translated...