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
Hello, I am somewhat new to text embedding models. I have successfully ran sudo./prepro_squad.sh after some troubleshooting, and have moved on to the next step in the SQuAD2.0 training/testing. Unfortunately, I continue receiving this error and am having a hard time finding out whether or not it has to do with a .records file or something else that I am not familiar with at the moment?
And if it is some .records file, how should I go about setting that up properly?
Here is what the output is:
ValueError: Tensor conversion requested dtype string for Tensor with dtype float32: 'Tensor("arg0:0", shape=(), dtype=float32, device=/device:CPU:0)'
If someone knows how to troubleshoot this in some way, please let me know. Thank you!!
The text was updated successfully, but these errors were encountered:
Hello, I am somewhat new to text embedding models. I have successfully ran sudo./prepro_squad.sh after some troubleshooting, and have moved on to the next step in the SQuAD2.0 training/testing. Unfortunately, I continue receiving this error and am having a hard time finding out whether or not it has to do with a .records file or something else that I am not familiar with at the moment?
And if it is some .records file, how should I go about setting that up properly?
Here is what the output is:
ValueError: Tensor conversion requested dtype string for Tensor with dtype float32: 'Tensor("arg0:0", shape=(), dtype=float32, device=/device:CPU:0)'
If someone knows how to troubleshoot this in some way, please let me know. Thank you!!
The text was updated successfully, but these errors were encountered: