enrico-stauss

Results 7 issues of enrico-stauss

### Bug description ```python import torch test = torch.nn.Parameter(torch.rand(2, 10, 1, 3)) test = test.repeat(1, 1, 3, 1)[:, :, 0, :] ``` ### Configuration _No response_ ### Command used ```shell...

Needs triage :inbox_tray:
Lib specific 💅

## 🐛 Bug It is a known issue with PyTorch's IterableDataset that issues can occur when the dataset defines `len()`. PyTorch Lightning even raises a warning to make the user...

bug
help wanted

When passing `fn=partial(my_func, arg1=arg1)` to optimize, the line linked below will yield only the keys of the dictionary that `my_func`returns. I avoided the issue by not using partial for my...

Hi guys, I used your algorithm for the calculation of the 3D IoU to implement 3D NMS on CUDA. Whilst experimenting, I occasionally received `Invalid __local__ write of size 16...

### Bug Description The postprocessing in `MarkdownReader.markdown_to_tups` removes html by replacing content within angular brackets by an empty string. However, AFAIK it is valid to enclose the URL of an...

bug
triage

### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...

type:bug
feature:markdown
status:confirmed
priority:P4
upstream

**Describe the bug** I was trying to use the hosted version of Arize Phoenix and it seemed to work with LlamaIndex instrumentation, but when using the px.Client directly I get...

bug
hosted phoenix