Nathan Roberts
Nathan Roberts
Okay I've managed to resolve the issue above by: Helm3 addon was enabled by the gpu addon above microk8s helm3 ls displays a deployment of 'gpu-operator' delete this with -...
Unfortunately not. This is part of a application built to automate the building of multiple pipelines that breaks down the end to end process allowing user interaction at different stages...
On the tfx tutorial page under Tutorials - Transform - Process data (advanced), the tranform_fn does not use this rename approach, suggesting it should not be necessary: ``` def preprocessing_fn(inputs):...
Using the TFX material led me to this problem and I expect others will follow. The error message does not say 'rename the inputs during the transform process' and I...
No, this isn't a workaround from what I can tell. The issue is for names "not" to have to be renamed and even though TFMA works the need is for...
Thanks to @1025KB's linked example I was able to get it working. I believe the change was from using: `tfx.ochestration.experimental.kubeflow...` rather than: `tfx.orchestration.kubeflow...` So I now have: ``` metadata_config =...