You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/python-3/.devcontainer/base.Dockerfile
2
2
3
-
# [Choice] Python version: 3, 3.9, 3.8, 3.7, 3.6
4
-
ARG VARIANT="3.9"
3
+
# [Choice] Python version: 3, 3.10, 3.11, 3.12
4
+
ARG VARIANT="3.10"
5
5
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
- Fixed tensor copy warning in `logAUC` ([#3295](https://github.com/Lightning-AI/torchmetrics/pull/3295))
54
+
- Fixed memory issues when computing retrieval metrics with high-valued indices ([#3291](https://github.com/Lightning-AI/torchmetrics/pull/3291))
55
+
- Fixed race condition in `_safe_divide` by creating tensor directly on device ([#3284](https://github.com/Lightning-AI/torchmetrics/pull/3284))
0 commit comments