liamjxu

Results 1 issues of liamjxu

When `test_batch_size` is set through command line, e.g., ``` python run_mwptoolkit.py --model=GTS --dataset=mawps --task_type=multi_equation --gpu_id=0 --equation_fix=prefix --test_batch_size=32 ``` Both `Graph2Tree` and `GTS` fail to forward propagate, ``` Traceback (most recent...