Luca Pizzini
Luca Pizzini
@kornicameister If you [scroll down](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options) you can see the full list of resources supporting a snapshot removal policy. If you synth using the current CDK version it won't work as...
@kornicameister Yep, it's up to the core team to discuss the intended behavior, mine is just a proposal. Anyway, I've updated the documentation as this might be confusing for users...
@GavinZZ > Correct me if wrong, but there's no way to specify RETAIN instance while using SNAPSHOT on cluster. That's correct. However, I think that if we want to allow...
@GavinZZ Sure, I'll work on it during the weekend 👍
@lumisphere902 I've updated the component. Let me know if there are other changes to be made. One note: I didn't change my `runCode` function implementation because it handles the `run` ...
Hi @axel7083! Thank you for the feedback. Can you specify which Android version and device model you are using?
@fchollet Thanks for the feedback! (and sorry for messing up the files) Maybe I'm missing something, but I don't think that [ragged tensors](https://github.com/keras-team/keras-io/blob/faf8ec1c12e168ec0d0274993144d64de78cb58b/examples/nlp/multi_label_classification.py#L147) are currently supported by Keras v3 so...
@fchollet ✋ Can you please review?