-
I tried making an interactive plot but didn't work.
Running the following, [given in the example](https://github.com/AdaptiveMotorControlLab/CEBRA/blob/36a91c7afe95c7b9b24d6dfb3bc7734f6ed68303/cebr…
-
Here's a simple example of how to perform A/B testing in Python using user likes and dislikes as feedback:
### Step-by-Step Guide
1. **Install Required Libraries**
```python
!pip install…
-
# Summary
`add_with_ids` fails on GPU but works after moving the index to the CPU, is this expected? Thank you in advance!
# Platform
OS: `nvidia/cuda:12.1.1-devel-ubuntu22.04`
Faiss v…
-
Whenever I run the GPT2_preprocessing.py I get this error:
Traceback (most recent call last):
File "GPT2_preprocessing.py", line 140, in
main(parser.parse_args())
File "GPT2_preprocessi…
-
`open_virtual_dataset` says it supports TIFF files however it currently fails and is lacking test coverage. The issue starts [here](https://github.com/zarr-developers/VirtualiZarr/blob/4ae7a19c2bb2996…
-
In SPEC7 https://github.com/scientific-python/specs/pull/180, has two goals:
1. Deprecate the use of `RandomState` and `np.random.seed`
2. Standardize the usage of `rng` for setting seeding.
Fo…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
#### Describe the bug
Hi everyone, not sure what I'm doing wrong here...
I cannot navigate a signal on my macOS v15.1 with HyperSpy v2.2. I've tried left/right with all modifier keys (shift, contr…
-
### Description
**Summary**: The ONNX domains and their versions are not appropriately set after converting a `RandomForestClassifier` model by specifying a specific `target_opset`.
**Expected Beh…
-
### What did you do?
Hey everyone,
I have an application that uses pillow to encode numpy arrays as jpegs, however I am seeing a strange behavior regarding the memory usage of that application.
…