zhanking321
zhanking321
Hello, I want to ask about the batch-size. When I change the batch-size to 512, it has some problems: Traceback (most recent call last): File "/root/anaconda3/lib/python3.5/threading.py", line 914, in _bootstrap_inner...
Could you tell me what the ETA mean? Thanks. 2021-02-18 22:45:54.902951 (INFO): train ETA: 216:28:59 99% CI: (216:28:41, 216:29:17), n=100 2021-02-18 22:45:54.903950 (INFO): train Loss: 2.8487e-05 99% CI: (2.7861e-05, 2.9112e-05),...
请教
请问我要如何保存训练后的头尾实体的向量表示,谢谢!
Excuse me, I wonder why to pad features with zero vector? ************************************************************* if not features is None: # pad with dummy zero vector features = np.vstack([features, np.zeros((features.shape[1],))]) *********************************************************************
Excuse me, I would like to ask why the positive samples does not get similar embeddings after training?