我正尝试使用其控制台在Amazon中配置一个使用BlazingText算法的培训作业。我有一个清单文件如下:
{"source":"Text1","GroundtruthTryVideo":2,"GroundtruthTryVideo-metadata":
{"confidence":0.66,"job-name":"labeling-job/groundtruthtryvideo","class-name":"TrackingToProspecting","human-annotated":"yes","creation-date":"2018-12-27T00:37:23.894062","type":"groundtruth/text-classification"}}
{"source":"Text2","GroundtruthTryVideo":1,"GroundtruthTryVideo-metadata":
{"confidence":0.66,"job-name":"labeling-job/groundtruthtryvideo","class-name":"FirstDateProspecting","human-annotated":"yes","creation-date":"2018-12-27T00:37:23.894043","type":"groundtruth/text-classification"}}
{"source":"Text3","GroundtruthTryVideo":1,"GroundtruthTryVideo-metadata":
{"confidence":0.9,"job-name":"labeling-job/groundtruthtryvideo","class-name":"FirstDateProspecting","human-annotated":"yes","creation-date":"2018-12-27T00:38:26.377216","type":"groundtruth/text-classification"}}当我试图使用这个清单创建培训作业时,结果总是会遇到麻烦,我的配置如下:
算法来源:
亚马逊SageMaker内置算法(BlazingText)
频道:
我尝试过使用augmentedManifestFile和Pipe作为输入模式,而不是ManifestFile和File输入,但是我的结果是相同的,我无法成功地完成培训工作。
有人能帮我正确配置控制台吗?谢谢。
发布于 2019-01-02 17:31:53
我是AWS的一名工程师,想提供一些额外的帮助。我将响应上面的建议,在培训作业请求定义中检查AttributeNames参数。我还想提请大家注意一些可能有助于说明这一特性的使用的例子。
最后,请记住,我们在AWS可以联系在https://aws.amazon.com/contact-us/。
https://stackoverflow.com/questions/53962146
复制相似问题