I'v recently worked with TensorFlow Extended(TFX) platform. Since my development background is on Pytorch stack, I'm looking for well-compatible alternatives of TFX for Pytorch.
While searching for this alternative, I came across torchx and torchserve. But torchx is a newly developed library and not so comprehensive as well as TFX. On the other hand, torchserve focus is on deployment and software engineering side of Machine Learning Operation(MLOps) and doesn't have many rich features as good as TFX for data pipeline.
Is there any other alternative for Pytorch stack?