-
Using NLL to regularize DPO is becoming a common technique to mitigate the overfitting problem of DPO. Is there any plan to introduce this loss to the repo? Thanks!
![image](https://github.com/user-a…
-
The goal of this assignment was to introduce you to 2 main concepts in Machine Learning: Data Pre-processing, and Classification. You learned how to query and clean data using the pandas library in Py…
-
The code refactoring in #92, #95, and #96 added much more robust and extensive fitting capabilities (even after removing the dependence on the very slow `astropy.modeling` classes) at the expense of s…
-
### Description
Performence decay when switching to Refprop 10 Fortran Sources: Increase of computation time by factor of >100
Performance decay due to performanc issue in routine hsflash
### S…
-
Awesome work!! Would love to use these packages for model-based control, is there functionality for [derivatives](http://www.mujoco.org/book/programming.html#saDerivative) implemented anywhere in the …
-
### InQL version
BApp Store
### GraphQL API
https://hackerone.com/graphql
### GraphQL specification version
_No response_
### What isn't working?
I have waited more that 30+ min to show the res…
-
Hello,
Is there a docker container for TElocal?
Thank you
-
### Description
It is well known that when merging segments, HNSW is not merged in linear time. We lose a fair bit of useful information as all the NSWs are effectively thrown away (except for a si…
-
In the following code, `f` is an `O(n)` algorithm (that just iterates through an array and fills it with ones, by way of demonstration).
However `jax.vmap(f)` has `O(n^2)` runtime -- despite the fa…
-
A testing strategy in software development refers to the plan and approach used by developers, testers, and quality assurance teams to ensure that a software application meets its intended requiremen…