RYANSQL icon indicating copy to clipboard operation
RYANSQL copied to clipboard

Results 4 RYANSQL issues
Sort by recently updated
recently updated
newest added

i installed the requirnments but still get that AttributeError ![err](https://github.com/kakaoenterprise/RYANSQL/assets/125679656/8f3d4c67-131c-413a-bdd6-d707d09cdfdb)

Currently running actual_test.py and somehow this error comes up. Tried checking and found out that the function "evaluate_list" was not defined in any part of the file. Any suggestions? https://github.com/kakaoenterprise/RYANSQL/blob/a5af92a44f9f3d0748a1a0002352d88d8f783b99/src/actual_test.py#L442

I am following the instructions in readme file to replicate the results on SPIDER data. While the training is going on I am repeatedly getting this error : "tensorflow.python.framework.errors_impl.InvalidArgumentError: Received...

In the paper it has been mentioned that the model has been trained using V100 GPU on the spider dataset. I am trying to reproduce the result using V100 32GB...