Kat

Results 3 comments of Kat

@Ruan-Yixiang > which raises error: AssertionError: Expected X to be `batch_shape x q=1 x d`, but got X with shape torch.Size([1024, 128, 2, 17]). looks like that error is due...

that can be done like ```python from sqs_extended_client import SQSExtendedClientSession from sqs_extended_client.client import S3_KEY_ATTRIBUTE_NAME client = SQSExtendedClientSession().client("sqs") client.large_payload_support = "" client.use_legacy_attribute = False client.always_through_s3 = True client.send_message( QueueUrl="", MessageBody="", MessageAttributes={...