relation-network icon indicating copy to clipboard operation
relation-network copied to clipboard

Tensorflow Implementation of Relation Networks for the bAbI QA Task, detailed in "A Simple Neural Network Module for Relational Reasoning," [https://arxiv.org/abs/1706.01427] by Santoro et. al.

Results 5 relation-network issues
Sort by recently updated
recently updated
newest added

Hello,this is my question. In "reader.py" ,the 14line ,tokenize = lambda x: [token.strip().lower() for token in re.split(SPLIT_RE, x) if token.strip()] , I am not search the "token". So what is...

hello. but why the init file in model is empty??

File "...\preprocessor\reader.py", line 51, in parse with open(pik_path, 'w') as f: FileNotFoundError: [Errno 2] No such file or directory: 'ckpt/train\\train.pik'

mldl@mldlUB1604:~/ub16_prj/relation-network$ python run.py [*] Restoring Model! 2017-08-22 05:03:46.096772: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up...