Yicong Li

Results 7 issues of Yicong Li

In the code, when calculating the doc-level parameters, the solution is ` if iter < 3:` ` var_phi = np.dot(phi.T, (Elogbeta_doc * doc.counts).T)` ` (log_var_phi, log_norm) = utils.log_normalize(var_phi)` ` var_phi...

In the paper, the author said, the number of topics can be determined with cross validation or held-out likelihood. But I run the code, and just set default T and...

I searched on the Internet, the time.clock() returns time by seconds. But when I run online-hdp, the time generated by time.clock() and showed in log file can't be expressed by...

When I try to run matlab `gen_PathSimMat_MUM_amovie.m`, I got two errors. > Unable to read file 'amovie'. No such file or directory. > Undefined function or variable 'UI'. Then, I...

Is it a specific number or the number when the model converges? Thank you very much.

I run this command: `$python run.py /path/to/training_data_file -t /path/to/test_data_file -m 1 5 10 20 -ps loss=bpr-max,final_act=elu-.5,hidden_act=tanh,layers=100,adapt=adagrad,n_epochs=10,batch_size=32,dropout_p_embed=0.0,dropout_p_hidden=0.0,learning_rate=0.2,momentum=0.3,n_sample=2048,sample_alpha=0.0,bpreg=1.0,constrained_embedding=False` But I get this error: > /home/.../anaconda2/envs/gru4rec/lib/python3.6/site-packages/theano/gpuarray/dnn.py:184: UserWarning: Your cuDNN version is more recent...

> /opt/conda/conda-bld/pytorch_1544174967633/work/aten/src/THCUNN/BCECriterion.cu:42: Acctype bce_functor::operator()(Tuple) [with Tuple = thrust::detail::tuple_of_iterator_references, Dtype = float, Acctype = float]: block: [11,0,0], thread: [209,0,0] Assertion `input >= 0. && input /opt/conda/conda-bld/pytorch_1544174967633/work/aten/src/THCUNN/BCECriterion.cu:42: Acctype bce_functor::operator()(Tuple) [with Tuple =...