Juan Acevedo

Results 7 issues of Juan Acevedo

The solution for the FraudService causes an NPE in the aggregate because total.getValue() could be null. https://github.com/confluentinc/examples/blob/5.3.1-post/microservices-orders/exercises/FraudService.java Solution: ``` final KTable aggregate = orders .groupBy((id, order) -> order.getCustomerId(), Grouped.with(Serdes.Long(), Schemas.Topics.ORDERS.getValueSerde()))...

In order to build this I had to remove: ```util/errno.c``` from CMakeLists.txt Then I was able to create the aar. Also for those struggling to build this, take a look...

Hi @ahmadki I'm trying to reproduce the Stable diffusion training results. I noticed when I decode the moments back to images using the VAE's decoder, I'm getting whited out images....

fix for v4.1

### Describe the bug I accidentally introduced a bug in this [PR](https://github.com/huggingface/diffusers/pull/5181) by making a condition on [this line](https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/attention_flax.py#L238), which is needed when `use_memory_efficient_attention=True`. Adding this bug to remind myself...

bug

I am trying to use a trained model on a Sony Spresense board, however after training and converting my nnp file to nnb, the Spresense board cannot load the file....

# What does this PR do? Fixes #7895 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if...

# What does this PR do? Fixes step time calculations for ptxla training script. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you...