Use legacy 1.21 for numpy (#505)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ from utils.helpers import get_settings, Detection
|
||||
|
||||
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
|
||||
os.environ['CUDA_VISIBLE_DEVICES'] = ''
|
||||
np.set_printoptions(legacy="1.25")
|
||||
np.set_printoptions(legacy="1.21")
|
||||
|
||||
try:
|
||||
import tflite_runtime.interpreter as tflite
|
||||
|
||||
Reference in New Issue
Block a user