Claudio Verdú Ruiz

Results 6 issues of Claudio Verdú Ruiz

Hello @NiklasRosenstein, I like this library a lot, I find it so useful. Though, I would like to be able to include images in both README.md and index.md. Let me...

kind/feature request

## 🐛 Bug JaccardIndex is not correctly coded when multilabel=True and average is different than "none". ### To Reproduce Instantiate JaccardIndex(..., multilabel=True, average="micro") and call it as usually with a...

bug / fix
help wanted

## The problem I have two CI/CD jobs: one for prerelease that is executed on branches != main and one for (final) release, which is executed when merging to main....

bug
confirmed

## Description Right now, I can only do: {version}-{prerelease_tag} I would like to be able to do: {version}+{prerelease_tag} This is more flexible when building packages (https://python-poetry.org/docs/libraries/, https://peps.python.org/pep-0440/) as I can...

feature

## The problem On version 8.0.0-rc1 ```bash Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.12/x64/bin/semantic-release", line 8, in sys.exit(main()) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/click/core.py", line 1[13](https://github.com/ChartBoost/bidder-vm-template/actions/runs/5312950302/jobs/9618175976#step:5:14)0, in __call__ return self.main(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/click/core.py", line...

bug

### System information ONNX version: 1.17.0 ### Notes I just encountered while trying to serialize a torch model into ONNX that this operation is not yet supported. Like, is it...

topic: operator
good first issue
topic: enhancement
contributions welcome