Spaces:
Build error
Build error
changed np.float to np.float64
Browse files
fairseq/fairseq/data/indexed_dataset.py
CHANGED
|
@@ -118,7 +118,7 @@ _code_to_dtype = {
|
|
| 118 |
3: np.int16,
|
| 119 |
4: np.int32,
|
| 120 |
5: np.int64,
|
| 121 |
-
6: np.
|
| 122 |
7: np.double,
|
| 123 |
8: np.uint16,
|
| 124 |
9: np.uint32,
|
|
|
|
| 118 |
3: np.int16,
|
| 119 |
4: np.int32,
|
| 120 |
5: np.int64,
|
| 121 |
+
6: np.float64,
|
| 122 |
7: np.double,
|
| 123 |
8: np.uint16,
|
| 124 |
9: np.uint32,
|