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, when I was training and loading data, the following error occurred. Can you help me solve it? Thank you!
Traceback (most recent call last):
File "/home/rjj/anaconda3/envs/prompt/lib/python3.7/site-packages/google/protobuf/json_format.py", line 549, in _ConvertFieldValuePair
[f.json_name for f in message_descriptor.fields]))
google.protobuf.json_format.ParseError: Message type "tensorflow_datasets.SplitInfo" has no field named "filepathTemplate" at "DatasetInfo.splits[0]".
Available Fields(except extensions): "['name', 'numShards', 'shardLengths', 'numBytes', 'statistics']"
The text was updated successfully, but these errors were encountered:
Hello, when I was training and loading data, the following error occurred. Can you help me solve it? Thank you!
Traceback (most recent call last):
File "/home/rjj/anaconda3/envs/prompt/lib/python3.7/site-packages/google/protobuf/json_format.py", line 549, in _ConvertFieldValuePair
[f.json_name for f in message_descriptor.fields]))
google.protobuf.json_format.ParseError: Message type "tensorflow_datasets.SplitInfo" has no field named "filepathTemplate" at "DatasetInfo.splits[0]".
Available Fields(except extensions): "['name', 'numShards', 'shardLengths', 'numBytes', 'statistics']"
The text was updated successfully, but these errors were encountered: