deeplogic
deeplogic copied to clipboard
DeepLogic: Towards End-to-End Differentiable Logical Reasoning
Hi, Happy New Year! I got one question when I try to run the latext code from `keras-upgrade`. I run the `train.py` which is only change the `model.fit` instead of...
Hi, I met an weired issue when I run the code. I can get 100% test accuracy by using dgen = LogicSeq.from_file("data/DeepLogic_NL/"+s, ARGS.batch_size, pad=ARGS.pad, verbose=False) _, acc = model.evaluate_generator(dgen) #...
Hi, Many thanks for your patience and help. Now I have transferred the model into the natural language dataset and the performance looks quite good. The thing that I am...