-
@davidt0x, have you seen this failure before?
```
FAILED ../../../../../../../../../Users/runner/work/brainiak/brainiak/tests/eventseg/test_event.py::test_fit_shapes - AssertionError: Segmentation…
-
While benchmarking my preprocessing pipeline for SACLA, I saw a very weird behavior of `multiprocessing`, `flex` array and NumPy. Please look at the code below.
```python
from multiprocessing impo…
-
Fundamentally, the new map-related archetypes are interoperable with GeoArrow in an efficient way. The way to achieve this should be documented, and helpers should be introduced.
Here is a mostly s…
-
_Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/3621#discussion_r1861767477_
> Opening a discussion on whether to:
>
> 1. Follow GMT (allow users to plot data…
-
** TLDR, by "condensing" multiple FCNs into single FCN (by using einops for example) this latency of inference is greatly reduced
benchmark shows it's too slow (takes few ms to infer)
```python
…
-
### 🐛 Describe the bug
Indexing a numpy array by a tensor creates a result with unexpected shape.
``` python
import torch as t
import numpy as np
# works
a = t.ones((100, 512, 512))[t.tens…
-
### bug描述 Describe the Bug
``` python
import paddle
import numpy as np
print(paddle.__version__)
paddle.set_device("cpu")
x = paddle.to_tensor([complex(float('nan'), 0), complex(0, float('nan'))…
-
### Describe the bug
Creating a symbol with column of array type containing arrays with different dtype succeeds and then prints out garbage.
### Steps/Code to Reproduce
```python
from arcti…
-
In example "execute_AD.py", replacing the lines
```
if __name__ == "__main__":
main(readjson(os.path.join(os.getcwd(), "settings_AD.json")))
```
by
```
if __name__ == "__main__":
se…
-
**What language does this apply to?**
this is about the generated code change for python.
**Describe the problem you are trying to solve.**
Fast conversion from RepeatedScalarFieldContainer…