Arne Nix

Results 6 issues of Arne Nix

``` from fuel.datasets import TextFile from blocks.serialization import dump, load dictionary = {'': 0, '': 1, 'this': 2, 'a': 3, 'one': 4} dataset = TextFile(['example_data.gz'], dictionary, None, level='word', encoding='utf8', preprocess=None).open()...

Hi, I tried to reproduce the evaluation numbers in Table 4 and Table 6 of the paper. I downloaded the backbones and linear classifiers from the readme and composed the...

Hello, I've been struggling to reproduce the ImageNet-C scores that you report in the README with a newer setup that I have. I finally managed to reproduce it and found...

I am trying to run some ImageNet training in my own setup. Since I am not getting the same result reported in the literature, I am currently investigating what's going...

Hello, I am currently trying to evaluate models that I trained on SpokenWOZ in order to compare to the baselines you reported in the paper. Doing this, I'm currently running...

spokenwoz

Taking a look at and listening to the test set you released on the website, I found that dialog `SNG0646` is completely mislabeled. I assume this is a mixup of...

spokenwoz