Update DPTNet_eval/DPTNet_quant_sep.py
Browse files
DPTNet_eval/DPTNet_quant_sep.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# DPTNet_quant_sep.py
|
2 |
-
|
|
|
3 |
import os
|
4 |
import torch
|
5 |
import numpy as np
|
|
|
1 |
# DPTNet_quant_sep.py
|
2 |
+
import warnings
|
3 |
+
warnings.filterwarnings("ignore", message="Failed to initialize NumPy: _ARRAY_API not found")
|
4 |
import os
|
5 |
import torch
|
6 |
import numpy as np
|