We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd11558 commit d7a65dcCopy full SHA for d7a65dc
1 file changed
dictionary_learning/utils.py
@@ -35,7 +35,6 @@ def generator():
35
36
37
NUMPY_TO_TORCH_DTYPE_DICT = {
38
- np.bool: th.bool,
39
np.uint8: th.uint8,
40
np.int8: th.int8,
41
np.int16: th.int16,
0 commit comments