StephanieWyt / RDGCN

Source code and datasets for IJCAI 2019 paper: Relation-Aware Entity Alignment for Heterogeneous Knowledge Graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOM when allocating tensor with shape[2259000,300]

kepsail opened this issue · comments

Caused by op 'gradients/concat', defined at:
File "main.py", line 34, in
Config.epochs, train, e, Config.k, test)
File ".\include\Model.py", line 275, in training
train_step = tf.train.AdamOptimizer(learning_rate).minimize(loss)