Jifa Zhou
Results
2
issues of
Jifa Zhou
train.py 第 195行,is_download_data = download_data(data_url, md5_url) init_model 会反复下载模型,希望作者能解释一下为什么会有这样一个逻辑 我已经下载好所有模型,然后将该行注释掉,验证可以运行程序
Can you explain the **pagerank.cpp**, the code and the paper seem to be inconsistent `` if (version == 1) { double delta = (1 - c)*old_nq[i] / A[i].out.size(); std::vector::iterator j...