-
While experimenting with rules_rust build reproducibility, I found that the `process_wrapper` binary build is not deterministic.
How I reproduced the problem:
I created 2 identical directories on …
-
Hello thank you for sharing this code!
I tried running this code on my server, but I encountered an issue:
even though I set a fixed seed, the results change each time I run the script.
Could you …
wa976 updated
1 month ago
-
May be related to recent optimizations of parallel combinators. Copying @horned-sphere.
```
[info] ZIO Test
[info] - ZIOSpec
[info] - foreachPar
[info] - runs a task that fails
[info] Ti…
-
An existential query returns simply true or false – true if the select query has at least one result, false otherwise. For example, the following query returns true if there is at least one row in R …
-
Hi all, I have isolated a relatively lightweight example where I find that HMC is *significantly* outperforming PT. I tested most variations supported in Pigeons: Slice Sampler & AutoMALA, fixed, vari…
-
Running the same code with the same input several times gives a different result each time. Doesn't really make sense why.
-
`torch.Generator` creates different numbers for the same seed on cpu and gpu.
replication code:
```python
>>> import torch
>>> device = torch.device("cuda:0")
>>> cpu_gen = torch.Generator(); c…
-
Documenting a bug left over from the combination of
https://github.com/endojs/endo/pull/649
and
https://github.com/Agoric/agoric-sdk/pull/2769
By "currently" I mean, after both of these PRs, wher…
-
Right now MSBuildLocator.RegisterDefaults registers the first instance it finds on the machine, whatever that is:
https://github.com/microsoft/MSBuildLocator/blob/ecd04bf208ed0cc3e67d46e7eb90359df7…
-
Parglare is damn slow. Generating parser is also damn slow. It may be useful both from speed and debug perspective to serialize the generated parser into a python file.