wenwen19980927
wenwen19980927
我想将batch_size 取其他值,但是发现做不到,在layer.py的sp_attn_head函数中有这样的注释: # As tf.sparse_tensor_dense_matmul expects its arguments to have rank-2, # here we make an assumption that our input is of batch size 1, and reshape appropriately. # The...
with open(datapath + 'topic_word_distribution.pkl', 'rb') as f: topic_word = pickle.load(f) with open(datapath + 'doc_topic_distribution.pkl', 'rb') as f: doc_topic = pickle.load(f) with open(datapath + 'doc_index_LDA.pkl', 'rb') as f: 这里提到的后缀为.pkl的文件,您能告诉我如何获取吗?不胜感激
hi,when I run the utile_inductive.py,it report an error: I can't find the ER.py, is it missing? I searched your code base, but did not find this code,it appeared in utile_inductive.py,...