Cait Riggs
Cait Riggs
> I want to keep this package as lightweight as possible so depending on ffmpeg is a little scary but I also see the benefit of getting mp3:s, Ogg:s or...
Similar issue but with ModelPackage instead of the Estimator class. [I'm reinstantiating a model using `sagemaker.ModelPackage()` so that I can deploy a registered model in Model Registry. ](https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-deploy.html) Deploying the...
Having the same issue with creating a pipeline using a ParallelRunStep. Cannot use an output from previous step as input to ParallelRunStep as documented in this issue
@jtisbell4 what work around did you end up using?
> To consume the output as an input in subsequent pipeline steps, you may need to call as_input() https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.data.output_dataset_config.outputdatasetconfig?view=azure-ml-py this isn't the problem in this case. Even if you did...