Closed exyi closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
5f1f074
) 86.38% compared to head (aeb787a
) 86.38%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Is there a minimal pytorch version required for this parameter?
According to the git tags, it should be present in Torch v1.11.0. In 2.0 it seems to be present too https://github.com/pytorch/pytorch/blob/v2.0.0/torch/utils/tensorboard/_pytorch_graph.py#L321
torch.utils.tensorboard has this argument to allow tracing models which return a dict or a list
See