MXNet-for-CDL
MXNet-for-CDL copied to clipboard
Official MXNet code for 'Collaborative Deep Learning for Recommender Systems' - SIGKDD
Hi,After running " python cdl.py" I have this problem: Traceback (most recent call last): File "cdl.py", line 61, in lr_scheduler=mx.misc.FactorScheduler(20000,0.1)) File "/home/daicoolb/MXNet-for-CDL/autoencoder.py", line 175, in finetune 0, n_iter, {}, False)...
p4: lambda_v/lambda_u/ratio/K: 10.000000/1.000000/0.010000/50 Traceback (most recent call last): File "cdl.py", line 32, in X = data.get_mult() File "/home/axita/Downloads/MXNet-for-CDL-master/data.py", line 5, in get_mult X = read_mult('mult.dat',8000).astype(np.float32) File "/home/axita/Downloads/MXNet-for-CDL-master/mult.py", line 13, in...
https://datascience.stackexchange.com/questions/26653/cant-interpret-the-text-information-and-ratings-matrix-imported-to-nn
I get the following error while running the 'Network Definition' part of the code: autoencoder.py:101: DeprecationWarning: Calling initializer with init(str, NDArray) has been deprecated.please use init(mx.init.InitDesc(...), NDArray) instead. What should...