metadata icon indicating copy to clipboard operation
metadata copied to clipboard

Utilities for passing TensorFlow-related metadata between tools

Results 13 metadata issues
Sort by recently updated
recently updated
newest added

Could the protobuf dependency be incremented by **two** major versions please?

What's wrong with absl-py 0.13? This makes packaging on NixOS more difficult as it only has absl-py 0.13. Is it safe to relax this restriction?

I got an error while attempting to `pip install magenta` The diagnosis at [GitHub Magenta Issue #1422 - pip: No matching distribution found for tensorflow-metadata](https://github.com/tensorflow/magenta/issues/1422) can be paraphrased as _"It's...

I believe there has been some issue with the packaging because I am getting this error when running a pipeline with tf.Transform and getting the following error that after some...

Converting a `schema` to a `feature_spec = {feature.name: tf.io.FixedLenFeature(...) for feature in schema.feature}` is a very common task. There is a utility to do this already in [tensorfow transform](https://github.com/tensorflow/transform/blob/50aed730f4225f32e3a59407a4cb2552cbd08150/tensorflow_transform/tf_metadata/schema_utils.py#L201-L260), but...

We use TFMD schemas to construct `feature_spec`s to parse TFRecords. Some records may have missing entries for certain features, and in such cases we may want to allow a default...

While attempting to install tensorflow_datasets via: `pip install -q tensorflow_datasets`, I receive the error, "tensorflow-metadata 0.25.0 requires absl-py=0.9, but you'll have absl-py 0.11.0 which is incompatible." I was able to...

We have some JVM code that uses schema.proto to parse out and process annotations of a tfrecord dataset, and currently we have to copy the proto into our project and...

1. Simplify WORKSPACE and BUILD files 2. Add a Java proto generator See https://github.com/tensorflow/metadata/issues/5

## Description This PR enables cross-platform CI/CD support, adds Python 3.13 compatibility, and stabilizes the Bazel build environment with explicit configuration for consistent builds across all platforms. ## Changes ###...