MMD-critic icon indicating copy to clipboard operation
MMD-critic copied to clipboard

Results 6 MMD-critic issues
Sort by recently updated
recently updated
newest added

I am getting this error: Running Kernel type : local 0 68 1 57 2 40 3 36 4 36 5 33 6 37 7 36 8 30 9 37...

Running Kernel type : global 0 5 1 4 2 3 3 4 4 4 5 4 6 5 7 4 8 4 9 4 number of images being printed...

I tried your example in run digits but It doesn't work. The error is this: Traceback (most recent call last): File "run_digits.py", line 223, in main(data_prefix, output_prefix, gamma, m, alltestm,...

The paper link in the readme fowards to a broken URL: `http://people.csail.mit.edu/beenkim/papers/KIM2016NIPS_MMD.pdf` fowards to `https://beenkim.github.iopapers/KIM2016NIPS_MMD.pdf` (note the missing `/` in `.iopapers`).

Specifically, we lowercase Helper and directly import classify, which makes the logic conform a little better to Google style. Test plan: Run `python run_digits.py`.

Hi Been, I liked your presentation a lot and would like to play around with the code on different data sets. Can you give me a quick hint how to...