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
Description: 'Computes the complementary error function of input.'
4
+
Subjects:
5
+
- 'Computer Science'
6
+
- 'Machine Learning'
7
+
Tags:
8
+
- 'Functions'
9
+
- 'Machine Learning'
10
+
- 'Python'
11
+
- 'Tensor'
12
+
CatalogContent:
13
+
- 'intro-to-py-torch-and-neural-networks'
14
+
- 'paths/computer-science'
15
+
---
16
+
17
+
In PyTorch, the **`.erfc()`** function returns the complementary error function of of each element in the input [tensor](https://www.codecademy.com/resources/docs/pytorch/tensors). The complementary error function is written as:
0 commit comments