HelloSeeing
HelloSeeing
Hi, Thanks for your sharing! I met an error while running your code with the following command: ```bash $ python aae_mnist.py --train --ncode 2 --dist_type gaussian ``` It turns out...
Thanks for the author's sharing! When I run the code, I find a typo in "novelty_detection.py" in Line 526~531: ```python minp, maxP = -maxP, -minP X1 = [-x for x...
Hi, Thanks for sharing your source code! I clone this repository and run the experiment of cifar10 with digit 6 as the known class samples by the following command: ```bash...
Thanks for your work! Some of my images are too large to display (6000 x 4000). I think it is necessary to rescale images to fit the screen.