8000 fix kl_div for negative targets by pmeier · Pull Request #69212 · pytorch/pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix kl_div for negative targets #69212

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

Closed
wants to merge 9 commits into from
Closed

Conversation

@pytorch-probot
Copy link
pytorch-probot bot commented Dec 1, 2021
CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/pytorch/pytorch/blob/6a40bb72e30a7fcf98312f89c2535146e066cc2f/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default

Workflows Labels (bold enabled) Status
Triggered Workflows
linux-bionic-cuda11.5-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-vulkan-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/vulkan ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3-clang5-mobile-build ciflow/all, ciflow/default, ciflow/linux, ciflow/mobile ✅ triggered
linux-xenial-py3-clang5-mobile-custom-build-static ciflow/all, ciflow/default, ciflow/linux, ciflow/mobile ✅ triggered
linux-xenial-py3.6-clang7-asan ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/sanitizers ✅ triggered
linux-xenial-py3.6-clang7-onnx ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/onnx ✅ triggered
linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7-bazel-test ciflow/all, ciflow/bazel, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single ciflow/all, ciflow/android, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single-full-jit ciflow/all, ciflow/android, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows
caffe2-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
docker-builds ciflow/all 🚫 skipped
ios-12-5-1-arm64 ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-coreml ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-custom-ops ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-full-jit ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-metal ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64 ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64-coreml ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64-full-jit ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
libtorch-linux-bionic-cuda11.5-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
macos-10-15-py3-arm64 ciflow/all, ciflow/macos 🚫 skipped
macos-10-15-py3-lite-interpreter-x86-64 ciflow/all, ciflow/macos 🚫 skipped
macos-11-py3-x86-64 ciflow/all, ciflow/macos 🚫 skipped
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled, ciflow/slow, ciflow/slow-gradcheck 🚫 skipped
periodic-linux-xenial-cuda11.1-py3.6-gcc7-debug ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win 🚫 skipped

You can add a comment to the PR and tag @pytorchbot with the following commands:
# ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun

# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow

For more information, please take a look at the CI Flow Wiki.

@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented Dec 1, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit c96a77d (more details on the Dr. CI page):


  • 16/16 failures introduced in this PR

🕵️ 16 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages

See GitHub Actions build pull / linux-xenial-py3.7-clang7-asan / test (default, 1, 3, linux.2xlarge) (1/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T12:18:46.5294562Z RuntimeError: test_ops_gradients failed!
2022-04-13T12:18:44.7952106Z 
2022-04-13T12:18:44.7952291Z FAILED (errors=1, skipped=3691, expected failures=36)
2022-04-13T12:18:44.7952536Z 
2022-04-13T12:18:44.7952673Z Generating XML reports...
2022-04-13T12:18:45.7808527Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCPU-20220413111535.xml
2022-04-13T12:18:46.5287172Z Traceback (most recent call last):
2022-04-13T12:18:46.5287471Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T12:18:46.5290817Z     main()
2022-04-13T12:18:46.5291010Z   File "test/run_test.py", line 1036, in main
2022-04-13T12:18:46.5294218Z     raise RuntimeError(err_message)
2022-04-13T12:18:46.5294562Z RuntimeError: test_ops_gradients failed!
2022-04-13T12:18:47.0277553Z + cleanup
2022-04-13T12:18:47.0277751Z + retcode=1
2022-04-13T12:18:47.0277924Z + set +x
2022-04-13T12:18:47.0323245Z ##[error]Process completed with exit code 1.
2022-04-13T12:18:47.0376505Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T12:18:47.0376758Z with:
2022-04-13T12:18:47.0377160Z   github-token: ***
2022-04-13T12:18:47.0377331Z env:
2022-04-13T12:18:47.0377486Z   IN_CI: 1
2022-04-13T12:18:47.0377632Z   IS_GHA: 1

See GitHub Actions build pull / linux-xenial-py3.7-gcc7 / test (default, 1, 2, linux.2xlarge) (2/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:18:59.5825524Z RuntimeError: test_ops_jit failed!
2022-04-13T10:18:56.6682732Z 
2022-04-13T10:18:56.6682876Z FAILED (skipped=194, expected failures=45, unexpected successes=1)
2022-04-13T10:18:56.6683039Z 
2022-04-13T10:18:56.6683122Z Generating XML reports...
2022-04-13T10:18:56.7970379Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCPU-20220413100852.xml
2022-04-13T10:18:59.5819133Z Traceback (most recent call last):
2022-04-13T10:18:59.5819614Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T10:18:59.5821960Z     main()
2022-04-13T10:18:59.5822319Z   File "test/run_test.py", line 1036, in main
2022-04-13T10:18:59.5825142Z     raise RuntimeError(err_message)
2022-04-13T10:18:59.5825524Z RuntimeError: test_ops_jit failed!
2022-04-13T10:18:59.8060336Z + cleanup
2022-04-13T10:18:59.8060545Z + retcode=1
2022-04-13T10:18:59.8060701Z + set +x
2022-04-13T10:18:59.8105208Z ##[error]Process completed with exit code 1.
2022-04-13T10:18:59.8148803Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:18:59.8149056Z with:
2022-04-13T10:18:59.8149459Z   github-token: ***
2022-04-13T10:18:59.8149631Z env:
2022-04-13T10:18:59.8149789Z   IN_CI: 1
2022-04-13T10:18:59.8149936Z   IS_GHA: 1

See GitHub Actions build pull / win-vs2019-cuda11.3-py3 / test (default, 1, 2, windows.8xlarge.nvidia.gpu) (3/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:39:53.5230933Z RuntimeError: test_ops_jit failed!
2022-04-13T11:39:39.3820999Z FAILED (skipped=389, expected failures=80, unexpected successes=2)
2022-04-13T11:39:39.3821298Z 
2022-04-13T11:39:39.3821420Z Generating XML reports...
2022-04-13T11:39:39.3822096Z Generated XML report: test-reports\python-unittest\test_ops_jit\TEST-TestJitCPU-20220413105106.xml
2022-04-13T11:39:39.3824323Z Generated XML report: test-reports\python-unittest\test_ops_jit\TEST-TestJitCUDA-20220413105106.xml
2022-04-13T11:39:53.5219636Z Traceback (most recent call last):
2022-04-13T11:39:53.5229626Z   File "run_test.py", line 1058, in <module>
2022-04-13T11:39:53.5230007Z     main()
2022-04-13T11:39:53.5230327Z   File "run_test.py", line 1036, in main
2022-04-13T11:39:53.5230638Z     raise RuntimeError(err_message)
2022-04-13T11:39:53.5230933Z RuntimeError: test_ops_jit failed!
2022-04-13T11:39:53.9282123Z 
2022-04-13T11:39:53.9282844Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 
2022-04-13T11:39:53.9285663Z 
2022-04-13T11:39:53.9286131Z (base) C:\actions-runner\_work\pytorch\pytorch\test>exit /b 1 
2022-04-13T11:39:53.9319439Z + cleanup
2022-04-13T11:39:53.9319769Z + retcode=1
2022-04-13T11:39:53.9319984Z + set +x
2022-04-13T11:39:53.9370205Z ##[error]Process completed with exit code 1.
2022-04-13T11:39:53.9817592Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:39:53.9817982Z with:

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7 / test (default, 1, 2, linux.4xlarge.nvidia.gpu) (4/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:00:37.9217371Z RuntimeError: test_ops_gradients failed!
2022-04-13T11:00:36.1869700Z 
2022-04-13T11:00:36.1869865Z FAILED (errors=1, skipped=3673, expected failures=36)
2022-04-13T11:00:36.1870054Z 
2022-04-13T11:00:36.1870180Z Generating XML reports...
2022-04-13T11:00:37.1989153Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCUDA-20220413102755.xml
2022-04-13T11:00:37.9211185Z Traceback (most recent call last):
2022-04-13T11:00:37.9211564Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T11:00:37.9214211Z     main()
2022-04-13T11:00:37.9214574Z   File "test/run_test.py", line 1036, in main
2022-04-13T11:00:37.9217024Z     raise RuntimeError(err_message)
2022-04-13T11:00:37.9217371Z RuntimeError: test_ops_gradients failed!
2022-04-13T11:00:38.4204734Z + cleanup
2022-04-13T11:00:38.4205054Z + retcode=1
2022-04-13T11:00:38.4205314Z + set +x
2022-04-13T11:00:38.4269285Z ##[error]Process completed with exit code 1.
2022-04-13T11:00:38.4328423Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:00:38.4328779Z with:
2022-04-13T11:00:38.4329314Z   github-token: ***
2022-04-13T11:00:38.4329559Z env:
2022-04-13T11:00:38.4329779Z   IN_CI: 1
2022-04-13T11:00:38.4329986Z   IS_GHA: 1

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7 / test (default, 2, 2, linux.4xlarge.nvidia.gpu) (5/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:32:46.3395048Z AssertionError: can only test a child process
2022-04-13T11:32:46.2945871Z   test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.066s)
2022-04-13T11:32:46.2960343Z   test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s)
2022-04-13T11:32:46.3378335Z   test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... Exception ignored in: <function _MultiProcessingDataLoaderIter.__del__ at 0x7f5fda286170>
2022-04-13T11:32:46.3378953Z Traceback (most recent call last):
2022-04-13T11:32:46.3384157Z   File "/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1362, in __del__
2022-04-13T11:32:46.3386742Z     self._shutdown_workers()
2022-04-13T11:32:46.3387725Z   File "/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1345, in _shutdown_workers
2022-04-13T11:32:46.3392699Z     if w.is_alive():
2022-04-13T11:32:46.3393368Z   File "/opt/conda/lib/python3.7/multiprocessing/process.py", line 151, in is_alive
2022-04-13T11:32:46.3394367Z     assert self._parent_pid == os.getpid(), 'can only test a child process'
2022-04-13T11:32:46.3395048Z AssertionError: can only test a child process
2022-04-13T11:32:48.9189984Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:48.9206413Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:48.9222830Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:51.5880838Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:51.5881485Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:51.5928675Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T11:32:56.6817682Z ok (10.386s)
2022-04-13T11:32:56.6840613Z   test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s)
2022-04-13T11:32:57.7239372Z   test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... ok (1.040s)
2022-04-13T11:32:57.7273367Z   test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s)

See GitHub Actions build pull / linux-xenial-py3.7-clang7-asan / test (default, 2, 3, linux.2xlarge) (6/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:24:20.0477162Z RuntimeError: test_ops_jit failed!
2022-04-13T11:24:10.1596222Z 
2022-04-13T11:24:10.1597003Z FAILED (skipped=194, expected failures=45, unexpected successes=1)
2022-04-13T11:24:10.1597294Z 
2022-04-13T11:24:10.1597452Z Generating XML reports...
2022-04-13T11:24:10.3062943Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCPU-20220413103712.xml
2022-04-13T11:24:20.0469111Z Traceback (most recent call last):
2022-04-13T11:24:20.0469629Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T11:24:20.0473132Z     main()
2022-04-13T11:24:20.0473606Z   File "test/run_test.py", line 1036, in main
2022-04-13T11:24:20.0476735Z     raise RuntimeError(err_message)
2022-04-13T11:24:20.0477162Z RuntimeError: test_ops_jit failed!
2022-04-13T11:24:20.5062091Z + cleanup
2022-04-13T11:24:20.5062419Z + retcode=1
2022-04-13T11:24:20.5062670Z + set +x
2022-04-13T11:24:20.5108390Z ##[error]Process completed with exit code 1.
2022-04-13T11:24:20.5184357Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:24:20.5184607Z with:
2022-04-13T11:24:20.5185004Z   github-token: ***
2022-04-13T11:24:20.5185174Z env:
2022-04-13T11:24:20.5185326Z   IN_CI: 1
2022-04-13T11:24:20.5185472Z   IS_GHA: 1

See GitHub Actions build pull / linux-bionic-rocm5.0-py3.7 / test (default, 2, 2, linux.rocm.gpu) (7/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:36:43.3321175Z RuntimeError: test_ops_jit failed!
2022-04-13T11:36:37.4074868Z 
2022-04-13T11:36:37.4075850Z FAILED (skipped=203, expected failures=44, unexpected successes=1)
2022-04-13T11:36:37.4076465Z 
2022-04-13T11:36:37.4078130Z Generating XML reports...
2022-04-13T11:36:37.5876361Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220413112017.xml
2022-04-13T11:36:43.3309678Z Traceback (most recent call last):
2022-04-13T11:36:43.3310471Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T11:36:43.3313616Z     main()
2022-04-13T11:36:43.3314387Z   File "test/run_test.py", line 1036, in main
2022-04-13T11:36:43.3320415Z     raise RuntimeError(err_message)
2022-04-13T11:36:43.3321175Z RuntimeError: test_ops_jit failed!
2022-04-13T11:36:44.8890878Z 
2022-04-13T11:36:44.8891654Z real	58m27.628s
2022-04-13T11:36:44.8892438Z user	71m8.248s
2022-04-13T11:36:44.8893261Z sys	8m24.381s
2022-04-13T11:36:44.8893924Z + cleanup
2022-04-13T11:36:44.8897693Z + retcode=1
2022-04-13T11:36:44.8898265Z + set +x
2022-04-13T11:36:44.9015563Z ##[error]Process completed with exit code 1.
2022-04-13T11:36:44.9115187Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:36:44.9115514Z with:

See GitHub Actions build pull / win-vs2019-cuda11.3-py3 / test (force_on_cpu, 1, 1, windows.4xlarge) (8/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:59:04.1509878Z RuntimeError: test_ops_gradients failed!
2022-04-13T11:59:03.7770317Z 
2022-04-13T11:59:03.7770430Z FAILED (errors=1, skipped=3696, expected failures=36)
2022-04-13T11:59:03.7770588Z 
2022-04-13T11:59:03.7770675Z Generating XML reports...
2022-04-13T11:59:03.7771014Z Generated XML report: test-reports\dist-gloo\test_ops_gradients\TEST-TestGradientsCPU-20220413114632.xml
2022-04-13T11:59:04.1508654Z Traceback (most recent call last):
2022-04-13T11:59:04.1509000Z   File "run_test.py", line 1058, in <module>
2022-04-13T11:59:04.1509204Z     main()
2022-04-13T11:59:04.1509427Z   File "run_test.py", line 1036, in main
2022-04-13T11:59:04.1509651Z     raise RuntimeError(err_message)
2022-04-13T11:59:04.1509878Z RuntimeError: test_ops_gradients failed!
2022-04-13T11:59:04.3891196Z 
2022-04-13T11:59:04.3891672Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd
2022-04-13T11:59:04.3895973Z 
2022-04-13T11:59:04.3896434Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 exit /b 1 
2022-04-13T11:59:04.3933092Z + cleanup
2022-04-13T11:59:04.3933349Z + retcode=1
2022-04-13T11:59:04.3933680Z + set +x
2022-04-13T11:59:04.3970419Z ##[error]Process completed with exit code 1.
2022-04-13T11:59:04.4424710Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:59:04.4424987Z with:

See GitHub Actions build pull / pytorch-xla-linux-bionic-py3.7-clang8 / test (xla, 1, 1, linux.2xlarge) (9/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T11:01:03.6535142Z �[0;31m[ FAILED ] �[mAtenXlaTensorTest.TestKlDivBackward
2022-04-13T11:01:03.6467922Z �[0;32m[ RUN      ] �[mXlaUtilCacheTest.BasicTest
2022-04-13T11:01:03.6468856Z �[0;32m[       OK ] �[mXlaUtilCacheTest.BasicTest (0 ms)
2022-04-13T11:01:03.6506628Z �[0;32m[----------] �[m1 test from XlaUtilCacheTest (0 ms total)
2022-04-13T11:01:03.6507176Z 
2022-04-13T11:01:03.6507466Z �[0;32m[----------] �[mGlobal test environment tear-down
2022-04-13T11:01:03.6508012Z �[0;32m[==========] �[m620 tests from 8 test suites ran. (390739 ms total)
2022-04-13T11:01:03.6508452Z �[0;32m[  PASSED  ] �[m618 tests.
2022-04-13T11:01:03.6533300Z �[0;32m[  SKIPPED ] �[m1 test, listed below:
2022-04-13T11:01:03.6533876Z �[0;32m[  SKIPPED ] �[mAtenXlaTensorTest.TestGroupNormBackward
2022-04-13T11:01:03.6534424Z �[0;31m[  FAILED  ] �[m1 test, listed below:
2022-04-13T11:01:03.6535142Z �[0;31m[  FAILED  ] �[mAtenXlaTensorTest.TestKlDivBackward
2022-04-13T11:01:03.6535406Z 
2022-04-13T11:01:03.6535518Z  1 FAILED TEST
2022-04-13T11:01:03.7944117Z + cleanup
2022-04-13T11:01:03.7944475Z + retcode=1
2022-04-13T11:01:03.7944692Z + set +x
2022-04-13T11:01:03.8867360Z ##[error]Process completed with exit code 1.
2022-04-13T11:01:03.9019943Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T11:01:03.9020200Z with:
2022-04-13T11:01:03.9020535Z   github-token: ***
2022-04-13T11:01:03.9020713Z env:

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (default, 1, 2, linux.2xlarge) (10/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:33:08.7497407Z RuntimeError: test_ops_jit failed!
2022-04-13T10:33:05.7031548Z 
2022-04-13T10:33:05.7032224Z FAILED (skipped=194, expected failures=45, unexpected successes=1)
2022-04-13T10:33:05.7032541Z 
2022-04-13T10:33:05.7032680Z Generating XML reports...
2022-04-13T10:33:05.8340975Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCPU-20220413102240.xml
2022-04-13T10:33:08.7492312Z Traceback (most recent call last):
2022-04-13T10:33:08.7492781Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T10:33:08.7494380Z     main()
2022-04-13T10:33:08.7494736Z   File 
8000
"test/run_test.py", line 1036, in main
2022-04-13T10:33:08.7496999Z     raise RuntimeError(err_message)
2022-04-13T10:33:08.7497407Z RuntimeError: test_ops_jit failed!
2022-04-13T10:33:09.0166790Z + cleanup
2022-04-13T10:33:09.0167125Z + retcode=1
2022-04-13T10:33:09.0199564Z + set +x
2022-04-13T10:33:09.0212995Z ##[error]Process completed with exit code 1.
2022-04-13T10:33:09.0339278Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:33:09.0339560Z with:
2022-04-13T10:33:09.0339967Z   github-token: ***
2022-04-13T10:33:09.0340138Z env:
2022-04-13T10:33:09.0340295Z   IN_CI: 1
2022-04-13T10:33:09.0340441Z   IS_GHA: 1

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (default, 2, 2, linux.2xlarge) (11/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:30:07.9729211Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:30:06.7715387Z 
2022-04-13T10:30:06.7715508Z FAILED (errors=1, skipped=3691, expected failures=36)
2022-04-13T10:30:06.7715644Z 
2022-04-13T10:30:06.7715729Z Generating XML reports...
2022-04-13T10:30:07.5944059Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCPU-20220413101958.xml
2022-04-13T10:30:07.9724924Z Traceback (most recent call last):
2022-04-13T10:30:07.9725195Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T10:30:07.9726877Z     main()
2022-04-13T10:30:07.9727076Z   File "test/run_test.py", line 1036, in main
2022-04-13T10:30:07.9728966Z     raise RuntimeError(err_message)
2022-04-13T10:30:07.9729211Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:30:08.2322903Z + cleanup
2022-04-13T10:30:08.2323088Z + retcode=1
2022-04-13T10:30:08.2323257Z + set +x
2022-04-13T10:30:08.2369726Z ##[error]Process completed with exit code 1.
2022-04-13T10:30:08.2419534Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:30:08.2419785Z with:
2022-04-13T10:30:08.2420184Z   github-token: ***
2022-04-13T10:30:08.2420351Z env:
2022-04-13T10:30:08.2420501Z   IN_CI: 1
2022-04-13T10:30:08.2420648Z   IS_GHA: 1

See GitHub Actions build pull / win-vs2019-cuda11.3-py3 / test (default, 2, 2, windows.8xlarge.nvidia.gpu) (12/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T12:01:49.9061001Z RuntimeError: test_ops_gradients failed!
2022-04-13T12:01:47.9451585Z FAILED (errors=2, skipped=7373, expected failures=72)
2022-04-13T12:01:47.9451783Z 
2022-04-13T12:01:47.9451898Z Generating XML reports...
2022-04-13T12:01:47.9452352Z Generated XML report: test-reports\dist-gloo\test_ops_gradients\TEST-TestGradientsCPU-20220413111012.xml
2022-04-13T12:01:47.9452940Z Generated XML report: test-reports\dist-gloo\test_ops_gradients\TEST-TestGradientsCUDA-20220413111012.xml
2022-04-13T12:01:49.9059386Z Traceback (most recent call last):
2022-04-13T12:01:49.9059853Z   File "run_test.py", line 1058, in <module>
2022-04-13T12:01:49.9060123Z     main()
2022-04-13T12:01:49.9060399Z   File "run_test.py", line 1036, in main
2022-04-13T12:01:49.9060720Z     raise RuntimeError(err_message)
2022-04-13T12:01:49.9061001Z RuntimeError: test_ops_gradients failed!
2022-04-13T12:01:50.3286965Z 
2022-04-13T12:01:50.3287623Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd
2022-04-13T12:01:50.3295363Z 
2022-04-13T12:01:50.3295732Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 exit /b 1 
2022-04-13T12:01:50.3330940Z + cleanup
2022-04-13T12:01:50.3331384Z + retcode=1
2022-04-13T12:01:50.3331906Z + set +x
2022-04-13T12:01:50.3383516Z ##[error]Process completed with exit code 1.
2022-04-13T12:01:50.4006672Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T12:01:50.4007069Z with:

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) (13/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:24:27.4498676Z RuntimeError: test_ops_jit failed!
2022-04-13T10:24:24.4704532Z 
2022-04-13T10:24:24.4704654Z FAILED (skipped=194, expected failures=45, unexpected successes=1)
2022-04-13T10:24:24.4704823Z 
2022-04-13T10:24:24.4704909Z Generating XML reports...
2022-04-13T10:24:24.6041885Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCPU-20220413101436.xml
2022-04-13T10:24:27.4494087Z Traceback (most recent call last):
2022-04-13T10:24:27.4494379Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T10:24:27.4496459Z     main()
2022-04-13T10:24:27.4496692Z   File "test/run_test.py", line 1036, in main
2022-04-13T10:24:27.4498372Z     raise RuntimeError(err_message)
2022-04-13T10:24:27.4498676Z RuntimeError: test_ops_jit failed!
2022-04-13T10:24:27.6983248Z 
2022-04-13T10:24:27.6983528Z real	13m9.155s
2022-04-13T10:24:27.6983765Z user	25m8.282s
2022-04-13T10:24:27.6983960Z sys	2m7.329s
2022-04-13T10:24:27.6984136Z + cleanup
2022-04-13T10:24:27.6984316Z + retcode=1
2022-04-13T10:24:27.6984547Z + set +x
2022-04-13T10:24:27.7028781Z ##[error]Process completed with exit code 1.
2022-04-13T10:24:27.7076533Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:24:27.7076791Z with:

See GitHub Actions build pull / win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) (14/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:46:44.4975473Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:46:44.1298197Z 
2022-04-13T10:46:44.1298360Z FAILED (errors=1, skipped=3696, expected failures=36)
2022-04-13T10:46:44.1298513Z 
2022-04-13T10:46:44.1298605Z Generating XML reports...
2022-04-13T10:46:44.1298945Z Generated XML report: test-reports\python-unittest\test_ops_gradients\TEST-TestGradientsCPU-20220413103440.xml
2022-04-13T10:46:44.4974211Z Traceback (most recent call last):
2022-04-13T10:46:44.4974593Z   File "run_test.py", line 1058, in <module>
2022-04-13T10:46:44.4974785Z     main()
2022-04-13T10:46:44.4975013Z   File "run_test.py", line 1036, in main
2022-04-13T10:46:44.4975254Z     raise RuntimeError(err_message)
2022-04-13T10:46:44.4975473Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:46:44.7269426Z 
2022-04-13T10:46:44.7269811Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd
2022-04-13T10:46:44.7274642Z 
2022-04-13T10:46:44.7274864Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 exit /b 1 
2022-04-13T10:46:44.7296368Z + cleanup
2022-04-13T10:46:44.7296557Z + retcode=1
2022-04-13T10:46:44.7296898Z + set +x
2022-04-13T10:46:44.7332543Z ##[error]Process completed with exit code 1.
2022-04-13T10:46:44.7531606Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:46:44.7531910Z with:

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (noarch, 1, 1, linux.2xlarge) (15/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:43:03.2387746Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:43:02.0600410Z 
2022-04-13T10:43:02.0600610Z FAILED (errors=1, skipped=3691, expected failures=36)
2022-04-13T10:43:02.0600873Z 
2022-04-13T10:43:02.0601016Z Generating XML reports...
2022-04-13T10:43:02.8709181Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCPU-20220413103356.xml
2022-04-13T10:43:03.2382752Z Traceback (most recent call last):
2022-04-13T10:43:03.2383076Z   File "test/run_test.py", line 1058, in <module>
2022-04-13T10:43:03.2384821Z     main()
2022-04-13T10:43:03.2385414Z   File "test/run_test.py", line 1036, in main
2022-04-13T10:43:03.2387211Z     raise RuntimeError(err_message)
2022-04-13T10:43:03.2387746Z RuntimeError: test_ops_gradients failed!
2022-04-13T10:43:03.4733990Z 
2022-04-13T10:43:03.4734461Z real	31m49.326s
2022-04-13T10:43:03.4734671Z user	75m45.373s
2022-04-13T10:43:03.4734875Z sys	5m9.781s
2022-04-13T10:43:03.4735110Z + cleanup
2022-04-13T10:43:03.4735260Z + retcode=1
2022-04-13T10:43:03.4735422Z + set +x
2022-04-13T10:43:03.4778126Z ##[error]Process completed with exit code 1.
2022-04-13T10:43:03.4874610Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-04-13T10:43:03.4874876Z with:

See GitHub Actions build pull / linux-bionic-rocm5.0-py3.7 / test (default, 1, 2, linux.rocm.gpu) (16/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-04-13T10:50:49.0422078Z AssertionError: can only test a child process
2022-04-13T10:50:49.0404303Z   File "/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1345, in _shutdown_workers
2022-04-13T10:50:49.0408060Z     self._shutdown_workers()
2022-04-13T10:50:49.0409418Z   File "/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1345, in _shutdown_workers
2022-04-13T10:50:49.0411569Z     if w.is_alive():
2022-04-13T10:50:49.0412750Z   File "/opt/conda/lib/python3.7/multiprocessing/process.py", line 151, in is_alive
2022-04-13T10:50:49.0416639Z     assert self._parent_pid == os.getpid(), 'can only test a child process'
2022-04-13T10:50:49.0417787Z AssertionError: can only test a child process
2022-04-13T10:50:49.0418760Z     if w.is_alive():
2022-04-13T10:50:49.0419808Z   File "/opt/conda/lib/python3.7/multiprocessing/process.py", line 151, in is_alive
2022-04-13T10:50:49.0421179Z     assert self._parent_pid == os.getpid(), 'can only test a child process'
2022-04-13T10:50:49.0422078Z AssertionError: can only test a child process
2022-04-13T10:50:49.0799804Z ok (0.058s)
2022-04-13T10:50:49.0830286Z   test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s)
2022-04-13T10:50:50.9894852Z   test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:51.0072255Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:51.1068456Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:54.1791440Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:54.2525575Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:54.2853028Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors]
2022-04-13T10:50:58.0124296Z ok (8.929s)
2022-04-13T10:50:58.0175635Z   test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.005s)

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@pmeier pmeier added the module: nn Related to torch.nn label Dec 1, 2021
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
@pmeier pmeier linked an issue Dec 1, 2021 that may be closed by this pull request
@albanD albanD removed their request for review December 1, 2021 19:00
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
cc albanD mruberry jbschlosser walterddr

[ghstack-poisoned]
@lezcano
Copy link
Collaborator
lezcano commented Jun 20, 2022

@jbschlosser This one does not make it fully composite, but we could simply remove the backward formulas so that it is fully composite (I'd vouch for that). Philip is on PTO, but I could carve these PRs out of this stack and standalone PR that does so.

@jbschlosser
Copy link
Contributor

@lezcano Sure, that sounds great if you're willing to do it!

lezcano added a commit that referenced this pull request Jun 27, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jun 27, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jun 27, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: 9d28b23
Pull Request resolved: #80334
lezcano added a commit that referenced this pull request Jun 28, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jun 28, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: c25d0a0
Pull Request resolved: #80334
lezcano added a commit that referenced this pull request Jun 30, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jun 30, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: 9b824cc
Pull Request resolved: #80334
lezcano added a commit that referenced this pull request Jun 30, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 4, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 4, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 4, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: b02c11e
Pull Request resolved: #80334
pytorchmergebot pushed a commit that referenced this pull request Jul 4, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659
Pull Request resolved: #80334
Approved by: https://github.com/ezyang
facebook-github-bot pushed a commit that referenced this pull request Jul 6, 2022
Summary:
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

Pull Request resolved: #80334
Approved by: https://github.com/ezyang

Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/828c787ea98da39eb786925eedcb8527aae07153

Reviewed By: mehtanirav

Differential Revision: D37604775

Pulled By: mehtanirav

fbshipit-source-id: b188d47df5a3a820e5c15d9ce18b1a2c3f31f287
lezcano added a commit that referenced this pull request Jul 12, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: 8dd9be6
Pull Request resolved: #80334
lezcano added a commit that referenced this pull request Jul 12, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 12, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 13, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 13, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

[ghstack-poisoned]
lezcano added a commit that referenced this pull request Jul 13, 2022
Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212

ghstack-source-id: 2e71ccd
Pull Request resolved: #80334
pytorchmergebot pushed a commit that referenced this pull request Jul 13, 2022
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659
Pull Request resolved: #80334
Approved by: https://github.com/ezyang
facebook-github-bot pushed a commit that referenced this pull request Jul 14, 2022
Summary:
Benchmarks: #80334 (comment)

Fixes #80158
Fixes #78867
Fixes #69230

Supersedes #79007
Supersedes #69212
Supersedes #19659

Pull Request resolved: #80334
Approved by: https://github.com/ezyang

Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/b5b9db9f844f4f100651c6afa57124fa5851edec

Reviewed By: DanilBaibak

Differential Revision: D37847477

Pulled By: DanilBaibak

fbshipit-source-id: a04919bbd2b746c30c654b971efcf76ef27ac5a6
@github-actions github-actions bot closed this Jul 20, 2022
@facebook-github-bot facebook-github-bot deleted the gh/pmeier/61/head branch August 20, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

torch.nn.functional.kl_div silently ignores wrong inputs torch.nn.functional.kl_div fails gradgradcheck if the target requires a gradient
7 participants
0