RYANSQL icon indicating copy to clipboard operation
RYANSQL copied to clipboard

Getting Invalid Argument error while training on SPIDER dataset (trying on A100)

Open shabbie opened this issue 3 years ago • 0 comments

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 a label value of 6 which is outside the valid range of [0, 6). Label values: 6" which is orginating from line number 270 inside sqlgen.py file. I believe the labels for the classifier has been generated by parsing the SQL query, is there any issue with the label generation process? or am I missing on something?

shabbie avatar Oct 14 '21 05:10 shabbie