lang2logic-PyTorch icon indicating copy to clipboard operation
lang2logic-PyTorch copied to clipboard

PyTorch port of the paper "Language to Logical Form with Neural Attention"

Results 1 lang2logic-PyTorch issues
Sort by recently updated
recently updated
newest added

Hi: while running `loss.backward()`, found error: `RuntimeError: leaf variable has been moved into the graph interior`, i try to edit ` loss = 0` line168 in main.py to tensor, but...