You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: