vera-dobryanskaya
vera-dobryanskaya
`Transform both operands must have same data type; Expected: [DOUBLE]; Actual: [FLOAT]` can be resolved with `combination.muli(NOISE_RATION).addi(content.muli(1 - NOISE_RATION).castTo(DataType.DOUBLE));` at line 194. However, after the change is made, I see...
Ok, I kind of was able to run the style transfer example, but at this point I'm not sure if it is mathematically correct/efficient. Here is the patch content /...
I also see the `com.clickhouse.client.ClickHouseException: HTTP request failed: Broken pipe, server ClickHouseNode`. with CH v.23.8.2.7 and java drivers v 0.5.0, and 0.6.0p4. We use HTTP async writes, with `async_insert` and...