-
**Describe the bug 🐞**
When I'm calling cobyla through Optimization.jl (i.e. using COBYLA()), the constraints seem to be handled incorrectly: for comparison, using IPNewton() gives a totally differ…
-
I had a request to penalize when origin/destination are on different sides of the street, which is obviously only relevant for singly digitized roads which are not oneways. This can be important for e…
-
## 🚀 Feature
Introduce a property/method `experiment_dir` on the abstract logger interface. All loggers must implement this and return a path to where their files are being saved.
### Motivatio…
-
/spec the core components of the Zenon Unikernel, including support for PoW/PoS consensus mechanism, and networking capabilities. Optimize resource usage and performance for efficient operation within…
-
**Background**
Standard SQL supports EXPLAIN plan functionality. The output of EXPLAIN is the physical execution plan (in a tree format) giving overview of the physical relational operators that wi…
-
**Question:**
*How should one select unique rows and directly stream them into a new table without having to fit all data into the memory first?*
The borader context of this question is data dedup…
-
**Describe the bug 🐞**
The cost function returned by `multiple_shooting_objective` is not differentiable by Zygote, which prevents using the AutoZygote AD setting in optimisation.
**Expected beh…
-
## Issue description
Unable to use MPI rendezvous in Caffe2.
I understand that this information may not be sufficient for helping me out. Hence, I request you to ask to perform whatever steps that…
-
Some crates are leaving performance on the table because they're not taking advantage of data invariants. For example:
- [speedy](https://github.com/koute/speedy) has a number of field attributes t…
-
### Bug description
I was able to fine-tune a 8B LLM using Huggingface training framework with PEFT+DeepSpeed stage 2 under fp16 precision(mixed precision training). Recently I would like to change…