songzeceng
songzeceng
中文模型无法下载
http://s3-us-west-1.amazonaws.com/fasttext-vectors/wiki.zh.zip 此链接无法下载,点击后显示AccessDenied,如下所示 
I appreciate your nice work and finished building following the guidance of README.md, but when I tried to run rgbd_tum, it turned out that libnppc.so.9.2 cannot be found. So I...
论文里公式13第二部分主要这样的:Ir - EtRE 代码里似乎对应(因为论文里kge损失的权重λ2和代码里kge_weight的默认值都是0.01) ``` self.kge_loss = 0 for hop in range(self.n_hop): h_expanded = tf.expand_dims(self.h_emb_list[hop], axis=2) t_expanded = tf.expand_dims(self.t_emb_list[hop], axis=3) hRt = tf.squeeze(tf.matmul(tf.matmul(h_expanded, self.r_emb_list[hop]), t_expanded)) self.kge_loss += tf.reduce_mean(tf.sigmoid(hRt)) self.kge_loss =...
First it is a remarkable paper and lib for me, but I meet some trouble when testing the code. Here is the code pasted from the README.md ```datafile = dataprep_util.prep_input_dynTriad(graphs,...
1、max-r-length和max-c-length表示什么意思呢 2、是不是train_data.jsonl语料中的一些电影没有在id2entity.pkl收录呢,我打断点调试到dataset.py文件里detect_movice()函数中,发现entity = self.id2entity[int(movie)]有时返回为空...
That is vgg_cnn_m_1024_stage2_iter_40000.caffemodel. I cannot download it from caffe model zoo or anywhere else on the Internet, can you offer me one to my email [email protected]? Thanks in advance.