Robert Crowe
Robert Crowe
A component can be developed to do per-user pseudonymization, which pseudonymizes selected features while retaining consistency for each user. First, the component is given two lists of feature names: 1....
In cases where any anomalies that are found by ExampleValidator should stop the pipeline execution, the standard components don't have a way of stopping it. That's because none of the...
When running BulkInferrer, uploading the results to BigQuery in a downstream component. Actually this could be more general, to simply upload the rows of a dataset to BigQuery.
In cases where data does not need to be shuffled, this component will avoid using a Beam job and instead do a simple copy of the data to create a...
@1025KB @BrianSong Currently the OSS version of TFX/MLMD has no garbage collection (GC), meaning that it's left up to individual developers or organizations to create their own. Since GC is...
In order to simplify core TFX for users who are not using Airflow, we would like to separate out support for the Airflow orchestrator into a pluggable module and make...
https://colab.sandbox.google.com/github/google/flax/blob/main/docs/nnx/mnist_tutorial.ipynb#scrollTo=6 The MNIST tutorial on the NNX website throws the following error when trying to instantiate the model: ``` --------------------------------------------------------------------------- XlaRuntimeError Traceback (most recent call last) [... skipping hidden 1...
The bullets weren't bullets # What does this PR do? Fixes # (issue) ## Checklist - [ ] This PR fixes a minor issue (e.g.: typo or small bug) or...
# What does this PR do? This PR moves `fix_checkpoint` from a code example in the 0.11 migration guide to a helper function. Fixes # (issue) ## Checklist - [...
# What does this PR do? Fixes # (issue) ## Checklist - [ ] This PR fixes a minor issue (e.g.: typo or small bug) or improves the docs (you...