Nanubala Gnana Sai
Nanubala Gnana Sai
`best score (-5hard/0soft), score calculation speed (7/sec)` I got this
But I get `score calculation speed as 5/sec` even when I use a very trivial `groupby => sum => penalize` soft constraint. So I doubt that's the issue? Note: Soft...
Made substantial changes. To summarize: a) I'm storing `output_tensor_` in `Postprocessor` class. So that `Postprocess()` can access the corresponding output tensor and also find `tensor_type`. b) If output metadata doesn't...
@jan-wassenberg would need your CR here, its in alpha stage right now. Let's go back and forth on this. Thanks
My bad, let me do the needful! Thanks for the pointer though.
Haha I took so long to understand how main branch worked now I have to re-do it with this new base branch
Note to self: Was able to compile gemma dev branch by commenting out `tls.stats.Notify(stats);` line on file: `compress-inl.h` for clang version: arm64-apple-darwin23.4.0 Had to do this because the compiler has...
**Nit**: I noticed when I ran `clang-format` on gemma-inl.h that some committed lines were re-formatted. Currently, I kept the committed line as is and only stuck to my code. I...
Hm looks like there's `static_cast` is failing in gcc ubuntu
EDIT (IGNORE BELOW): Took longer than expected but here's a [tech doc](https://docs.google.com/document/d/16Tv9MV3z2V6xD_MVFZW0ouilMbaqGQ4NjnHTp7mveTk/edit?disco=AAABXaQCEQo), will be easier to collaborate here. I pasted the same comment there, let me know if I got...