pcyin / pytorch_neural_symbolic_machines

A PyTorch Implementation of Neural Symbolic Machines by Liang et al. (2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluation

ansonuser opened this issue · comments

Hi,

First I run,
image

then I modified but still not work
image

Is there any way to fix it?

thx

commented

-m argument will treat .py file as a script. u don't need to add py. python -m table.experiment is ok. And u should train first and get trained model. Then utilize the model to test.