-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Adding log call on giou loss #5690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💊 CI failures summary and remediationsAs of commit 1285dcc (more details on the Dr. CI page):
🕵️ 4 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Job | Step | Action |
---|---|---|
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build cmake | ||
packaging/build_cmake.sh | ||
🔁 rerun | ||
set -ex | ||
source packaging/windows/internal/vc_install_helper.sh | ||
packaging/build_cmake.sh | ||
🔁 rerun | ||
packaging/build_conda.sh | 🔁 rerun | |
packaging/build_conda.sh | 🔁 rerun | |
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build | ||
packaging/build_conda.sh | ||
🔁 rerun | ||
packaging/build_conda.sh | 🔁 rerun | |
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build | ||
packaging/build_conda.sh | ||
🔁 rerun |
🚧 3 ongoing upstream failures:
These were probably caused by upstream breakages that are not fixed yet.
- cmake_linux_gpu since Mar 28 (0cba9b7)
- unittest_linux_cpu_py3.10 since Mar 28 (0cba9b7)
- unittest_macos_cpu_py3.10 since Mar 28 (96aecd2)
🚧 2 fixed upstream failures:
These were probably caused by upstream breakages that were already fixed.
Please rebase on the viable/strict
branch (expand for instructions)
If your commit is older than viable/strict
, run these commands:
git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD
- unittest_windows_cpu_py3.10 on Mar 28 from 1:18am to 2:55am (96aecd2 - 0cba9b7)
- unittest_windows_cpu_py3.7 on Mar 28 from 1:18am to 2:55am (96aecd2 - 0cba9b7)
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
Summary: (Note: this ignores all push blocking failures!) Reviewed By: datumbox Differential Revision: D35216798 fbshipit-source-id: 79a1faff5717e74a91a779340107cc752a04b5b4
Adding the missing
_log_api_usage_once()
call ongeneralized_box_iou_loss()