dec
dec copied to clipboard
Hello, great work! In the paper and the code, you refer to an "annealing speed" lambda ranging over 10*(2^i) for i = 0, 1, ..., 8. What does this refer...
Thanks for your code. I followed your tips in Readme.md. And I also run dec.py by your dec caffe.But it occured this error. How can I solve this?
I think there's a bug in the code [here](https://github.com/piiswrong/dec/blob/master/dec/dec.py#L445-L449). You're using data you're already training on as test data. On line 446, the train data is using all the samples...
Hi Can you provide working link for the experimental implementation of DEC code in MXnet, as the one in the readme file is broken. Thank you
Hi, do you have any idea about why the author define the target distribution in such a format? The author defined the target distribution because it can 1) improve cluster...
Is the caff code given by the paper using CPU or GPU? Thank you.
Hi @piiswrong , I have change the path of caffe in dec.py as the path where I installed cafe. When I run python dec.py mnist, it reports "type object 'Net'...
Hello, I followed all the proper instructions to get the data (./get_data.sh), then (python make_mnist_data.py ) and now I get this error when running: [ad@turing dec]$ python dec.py mnist /usr/lib64/python2.7/site-packages/sklearn/lda.py:6:...