Zhitao
Zhitao
Agree to close the issue. Please send any follow up request to @ruoyu90
> @arghyaganguly @nikelite @zhitaoli , I have not find any reference where i can generate stats on unstructured data i,e NLP and image, Can u please give any references that...
I tried to create a reproduction of Airflow retry and similar code pasted as @casassg but with a bit more determinism: https://gist.github.com/zhitaoli/b2d92f8ad04d98d99974513563149d33 I was able to reproduce the error for...
We can use 'package_data' to include the protos. It's worth to include them for debugging purpose, IMO.
I would think this is more of a tensorflow question, and @martinwicke or @karmel can probably give some better guidance. Specifically, I wonder whether there is a list of ops...
Hi @jinnovation, thanks for bringing this up as a feature request. As @1025KB pointed out, your case case seems satiable with a good pattern of flattened pipeline constructing methods. We...
I wonder whether there are subtle different when azure storage mount is used on filesystem behavior? My reading of [1] suggests that something should be written, but if it's not...
Can you explain the use case of a different version string? The unspoken requirements we had on this version string are: - unique - monotonic increasing - easy to parse....
Thanks for the feedback. Adding owner of pusher @chongkong to the discussion, specially since he has a pending TODO on "introducing version".
I see that `ResolverNode` is already considered in the offline discussion. I think `ImporterNode` is probably a better fit for your use case. There is some [examples](https://github.com/tensorflow/tfx/blob/b01482442891a49a1487c67047e85ab971717b75/tfx/orchestration/kubeflow/kubeflow_gcp_integration_test.py#L68) in our GCP...