Princepreet Singh

Results 10 comments of Princepreet Singh

Could you please elaborate? Loss on negative labels shouldn't be a problem right ?

Oh, I see what you mean. All graphs are placed along the diagonal of the batched graph so that the individual graphs are independent and disjoint. I tried masking the...

Hi @stobrien89 . Following is the full stack from `put_scaling_policy` operation. Thanks.! AWS Console after running the above commands. ![rrrrrrrrrrrrrrrr](https://user-images.githubusercontent.com/8538279/116503416-e06a6180-a86a-11eb-9c5a-75fdcc21f4d8.PNG) ```DEBUG:botocore.hooks:Event before-parameter-build.application-auto-scaling.PutScalingPolicy: calling handler 2021-04-29 04:10:17,876 botocore.hooks [DEBUG] Event before-parameter-build.application-auto-scaling.PutScalingPolicy:...

Hi @stobrien89 , Did you mean `application-autoscaling` ? because `application-auto-scaling` throws an error. I am using the following command to instantiate. `autoscaling = boto3.client('application-autoscaling', region_name=region)` Also , the boto 3...

@stobrien89 Oh I didn't specify the version while installing using pip. Tried with the latest one now but still no luck with the `put_scaling_policy` operation :/ . ``` boto3 --...

Hi @stobrien89 .Yes The endpoint has same format . `https://application-autoscaling.eu-central-1.amazonaws.com/` Please let me know if I can help in reporting the issue to application-autoscaling team. Thanks.

Hi @stobrien89 . I tried the above two suggestions and found the following: 1. **_`describe-scaling-policies` via the CLI for the one that's showing the wrong values after the update does...

Hi @stobrien89 . >So it looks like (from the `describe_scaling_policies` response) everything is getting updated except for the `TargetValue`? All the three values are updated correctly according to `describe_scaling_policies` including...

Yes. I am looking at the target. My target is a `sagemaker endpoint` . Console allows to manually update the auto-scaling values by clicking on `Configure auto-scaling` button and I...

Hi @stobrien89 . Using `SagemakerEndpointInvocationScalingPolicy` instead of `InvocationsPerInstanceCustom` worked. I can see the values updated now. My bad, I thought I can choose any custom policy name and that the...