ludwig Sagemaker支持

mf98qq94  于 2个月前  发布在  其他
关注(0)|答案(4)|浏览(48)

What would be the best way to use this with AWS sagemaker? Would it even make sense to use it with Sagemaker, or are the Ludwig features duplicates?
I have found this: https://kenza-ai.github.io/sagify/
And resources such as this: https://sagemaker.readthedocs.io/en/stable/using_tf.html
I just wanted to get people's opinions first.

ybzsozfc

ybzsozfc1#

这个功能将会非常有用。

y0u0uwnf

y0u0uwnf2#

请查看以下内容。在sagify中实现训练和预测功能似乎相当简单。它们可能最终需要1/2行代码,分别调用LudwigModel.train和LudwigModel.predict`。这是一个潜在的功能,如果社区中的某人想要为此工作,那就太好了。

ghhaqwfi

ghhaqwfi3#

我想在上面工作,并阅读了sagify的文档。
我们应该将最终的docker镜像推送到ECS吗?

qcuzuvrc

qcuzuvrc4#

如果你想查看如何构建、训练和部署一个Ludwig模型的示例,我已经在Amazon SageMaker上发布了一个样本:https://github.com/aws-samples/amazon-sagemaker-ludwig-transformer

相关问题