-
Trying to recreate the examples from this [paper](https://arxiv.org/abs/2006.11287)
PySR is always predicting scalars as a low complexity solution, which doesn't make much sense, can you please elab…
-
_Original ticket http://projects.scipy.org/numpy/ticket/1815 on 2011-04-30 by trac user alex_lai, assigned to unknown._
Hi experts,
I’m wondering if anyone would look into this issue. While testing…
-
Hi,
I'm trying to train longformer encdec on Cloud TPUs with the following settings.
- GCE instance:
`e2-standard-32 (128GB RAM)`
- GCE image family and OS:
`ubuntu-2004-lts (Ubuntu20.04L…
-
Hi,
I am using SCS 3.2.3 via cvx on a windows 10 machine. I was testing SCS on simple ML problems gradually increasing the problem size to see how it performs.
I observed that after certain size…
-
Any attempt to generate 3D noise with AVX2 (which is selected by default, because my CPU supports AVX2) ends up in a stack overflow, no matter the number of noise values I try to generate.
The most…
-
Original ticket http://projects.scipy.org/numpy/ticket/1815
Reported 2011-04-30 by trac user alex_lai, assigned to unknown.
Hi experts,
I’m wondering if anyone would look into this issue. While tes…
-
### setuptools version
setuptools==69.0.3
### Python version
Python 3.12
### OS
Windows
### Additional environment information
This is occuring on Windows build agents on Github A…
Mause updated
10 months ago
-
Compiler Explorer: https://godbolt.org/z/916YP9EM5 (trace back to clang-17.0.1)
```console
:4:11: error: expected ';' after union
4 | union {} long double __mutated_field__;
| …
-
I have installed torch_tvm with cuda/opencl support by enabling the following options:
https://github.com/dmlc/tvm/blob/master/cmake/config.cmake#L32
https://github.com/dmlc/tvm/blob/master/cmake/c…
-
Hi
I have a question about slicing image across a user-defined depth from the surface boundary. I usually work with images that are curved like the below example or cylindrical objects.
[Example…