Jose Flores

Results 6 comments of Jose Flores

Hi, The data actually comes labeled with "test" and "training" so I use those two sets to train and validate. There are a couple things you could do to prevent...

Yea I used both "public/private test" as my validation set but you should probably separate them like that if you're going to be trying to reduce overfitting/modifying hyperparameters

fwiw it looks like this generates the same html for that line (same on my browser and the serenity rendered one) ``` About - About SerenityOS ``` and functions the...

Looks like https://github.com/SerenityOS/serenity/pull/14603 resolved this issue

Actually I think this might be a viable solution, the test i added surprised me because it would throw "BlobTooBig `Row too big to fit into CursorWindow requiredPos=92, totalRows=80` when...

Sharing that I was also running into this and was able to get a small repro so that hopefully we get a solution for this: https://github.com/sqldelight/sqldelight/issues/6049 I've seen workarounds and...