Eduardo
Eduardo
The problem is that grouped convolutions are not fully supported on the CPU and keras wraps them with `@tf.function(jit_compile=True)`, see [base_conv.py#L272-L290](https://github.com/keras-team/keras/blob/94a1712027366cd626df4f1d77f25f918a18f456/keras/layers/convolutional/base_conv.py#L272-L290). I use the following workaround for SegFormer: ```python for...
Hi @rakeshmukundan! I have tried your PR: `pip3 install --user git+https://github.com/snickell/google_structlog.git@refs/pull/6/head` However, it is not working as expected. Every time I send a log (info, warn, etc.), the library enters...