David Burian
Results
2
issues of
David Burian
Hey :), IMHO `make_relative` should return only relative paths, so: - cwd: `/home/user/docs/neovim/docs/`, Path.filename: `/home/user/docs/tmp/note.md`: should return: `../../tmp/note.md` currently returns: `/home/user/docs/tmp/note.md`. Happy to make a PR, I'd just like to...
### 🐛 Describe the bug When updating a `Mean` metric with a zero, calling `compute()` generates warning that no calls to `update()` have been made. ```python from torcheval import metrics...