-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[POC] Mask RCNN implementation to support PyTorch / XLA #5404
base: main
Are you sure you want to change the base?
Conversation
💊 CI failures summary and remediationsAs of commit c8f7a12 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages: cmake_linux_cpu (1/2)Step: "packaging/build_cmake.sh" (full log | diagnosis details | 🔁 rerun)
|
Job | Step | Action |
---|---|---|
unittest_linux_cpu_py3.8 | Run tests | 🔁 rerun |
unittest_windows_cpu_py3.7 | Run tests | 🔁 rerun |
binary_linux_conda_py3.9_cu102 | packaging/build_conda.sh | 🔁 rerun |
unittest_linux_cpu_py3.7 | Run tests | 🔁 rerun |
unittest_onnx | Run tests | 🔁 rerun |
unittest_linux_cpu_py3.9 | Run tests | 🔁 rerun |
unittest_torchhub | Run tests | 🔁 rerun |
lint_c | Lint C code | 🔁 rerun |
unittest_windows_cpu_py3.9 | Run tests | 🔁 rerun |
binary_linux_conda_py3.7_cpu | packaging/build_conda.sh | 🔁 rerun |
lint_python_and_config | Lint Python code and config files | 🔁 rerun |
binary_linux_conda_py3.9_cpu | packaging/build_conda.sh | 🔁 rerun |
unittest_windows_cpu_py3.8 | Run tests | 🔁 rerun |
binary_linux_conda_py3.8_cpu | packaging/build_conda.sh | 🔁 rerun |
unittest_prototype | Run tests | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
The current implementation successfully runs on PyTorch/XLA. Some performance optimizations to hand dynamic shape remain to be supported after this feature is available on PyTorch/XLA. |
Run Mask RCNN on PyTorch/XLA.