We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4bd06 commit 75ecc34Copy full SHA for 75ecc34
src/ptwt/constants.py
@@ -23,7 +23,7 @@
23
"WaveletTensorTuple",
24
]
25
26
-SUPPORTED_DTYPES = {torch.float32, torch.float64, torch.float16, torch.bfloat16}
+SUPPORTED_DTYPES = {torch.float32, torch.float64}
27
28
29
class Wavelet(Protocol):
0 commit comments