Yicheng Wang
Yicheng Wang
Thanks for making this work open-source. I've tried different models on the dataset but the accuracy is just overfitting by choosing all up/down. I would like to know whether you...
> Thanks for making this work open-source. I have tried to replicate your results using Taiwanese datasets. I have generated images with dimension size of 50 and a period size...
> I believe you've reached a hard limit in the Rust SDK, related to the maximum size of a message. > > https://github.com/surrealdb/surrealdb/blob/f980810179b9be67971df67b41dd79a4e031a457/lib/src/api/engine/remote/ws/native.rs#L61 > > Would it be possible to...
` pub(crate) const MAX_MESSAGE_SIZE: usize = 64
> That's a good point. It all depend on the serialisation. Which version of the server and the SDK are you using? I am using - surrealdb 1.4.2 for linux...
Thanks for your active and quick response! Really appreciate it. I have tried your work around and make it work for my case. I am also curious about the issue...