We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19275b commit 4136c57Copy full SHA for 4136c57
tensorflow_datasets/core/dataset_builders/croissant_builder.py
@@ -244,7 +244,7 @@ def get_features(self) -> Optional[feature_lib.FeatureConnector]:
244
)
245
if field.repeated:
246
feature = sequence_feature.Sequence(feature)
247
- features[field.name] = feature
+ features[field.id] = feature
248
return features_dict.FeaturesDict(features)
249
250
def _split_generators(
0 commit comments