简体   繁体   English

AWS sagemaker上的LightFM | 可以训练模型吗

[英]LightFM on AWS sagemaker | Is it possible to train model

I am using LightFM for recommender system https://github.com/lyst/lightfm 我正在将LightFM用于推荐系统https://github.com/lyst/lightfm

Now I want to move my model to AWS Sagemaker where this is not part of build in algorithm, now I want to train my model using this algorithm and also want to leverage Sagemaker capability for huge data, I am following this link to run my custom model https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html 现在,我想将模型移到AWS Sagemaker上,而这不是内置算法的一部分,现在我想使用此算法训练模型,并且还想利用Sagemaker功能处理海量数据,我正在此链接下运行我的自定义型号https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html

Now, it seems I need to install docker image of this algorithm and too much other things too, is it any simple way to train my model without pre-build algorithm. 现在,似乎我需要安装此算法的docker映像以及太多其他内容,这是无需预构建算法即可训练我的模型的任何简单方法。

You'll have to put the algorithm into a docker container and bring it to SageMaker for training. 您必须将算法放入docker容器中,并将其带到SageMaker进行培训。 You may want to check out SageMaker sample notebooks to get some examples of preparing the docker images. 您可能想查看SageMaker示例笔记本以获取准备docker映像的一些示例。 For example, https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/r_bring_your_own 例如, https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/r_bring_your_own

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 AWS sagemaker 中自定义模型 - Customising model in AWS sagemaker 如何在 AWS sagemaker >= 2.0 中更新现有的 model - How to update an existing model in AWS sagemaker >= 2.0 AWS Sagemaker Model 进行预测器调用时出错 - AWS Sagemaker Model Error when making Predictor Call 如何通过 AWS Lambda ZC1C425268E17985D1AB5074 对 AWS SageMaker 上托管的 keras model 进行推断? - How to make inference to a keras model hosted on AWS SageMaker via AWS Lambda function? 我正在 sagemaker 中进行 model 偏差监控,是否可以手动运行监控作业? - I'm working on model bias monitoring in sagemaker, Is it possible to run the monitoring job manually? Tensorflow Model Transformer 在 AWS Sagemaker Workflow Pipeline 中的先前训练步骤属性的 model_data 上给出错误 - Tensorflow Model Transformer gives error on model_data from previous training step property in AWS Sagemaker Workflow Pipeline 无法在AWS Sagemaker上安装Spacy - Unable to install spacy on AWS Sagemaker AWS Sagemaker java.lang.IllegalArgumentException - AWS Sagemaker java.lang.IllegalArgumentException 在 sagemaker AWS 中导入 PKL 发布 API - Import PKL in sagemaker AWS to publish API AWS Sagemaker 内核似乎已经死亡并重新启动 - AWS Sagemaker Kernel appears to have died and restarts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM