dec
dec copied to clipboard
Hello, Your link https://mxnet.readthedocs.org/en/latest/build.html does not work. Could you please provide the correct and updated link for the readthedocs? Thank you!
Hello, In line no. 8, 'libatlas-base-dev' is mistyped as 'libatlas-base-de'. Please update the dockerfile. Thank you
@piiswrong I'm trying to test dec in our environment but we use the latest version of caffe. Could you kindly share what changes are made to caffe? If would be...
Hi Junyuan, Basic, I downloaded two datasets: mnist and reuters by mnist(reuters)/get_data.sh then pyhton make_mnist(reuters)_data.py. However, things is not so easy as I thought. 1. Parameter initialization Problem: Claimed "...
Hi, I'm attempting to run `pretrain.py` on the mnist dataset out of the box, but within the function `pretrain_main()`, I hit an error affiliated with Cuda. The trace is below:...
hi, when i use my own images to pretrain the encodes , i found that at the process of pretrainMain function after first 1000 iteration the loss become nan for...
Hi @piiswrong, I am having trouble to compile your caffe version. It seems that there some incompatibility with other libraries that it links to. Would please inform which version of...
Running an experiment with reutersidf10k dataset via `python dec.py reutersidf10k` fails with an error ``` I0721 18:03:54.192920 24690 net.cpp:67] Creating Layer data I0721 18:03:54.192975 24690 net.cpp:358] data -> data I0721...