gae
gae copied to clipboard
InvalidArgumentError for large dataset
Hi Tomas,
I am able to use gae on the small dataset(<10k nodes) without any problem but when I tried on large dataset. I am having the following error:
2019-03-15 15:36:48.653709: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
Traceback (most recent call last):
File "train.py", line 187, in
I did some research (https://github.com/tensorflow/tensorflow/issues/23107) and it seems that it relates to int32 datatype. I am thinking about change all int32 in optimizer.py from int32 to int64. Do u think it will work? I would like to consult you at first since it takes the quite long time to run on the large dataset.
@Chen-Cai-OSU Were you be able to solve this issue?