gpu thing
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
import tensorflow as tf
|
8 |
import cv2
|
9 |
|
10 |
-
tf.config.experimental.set_visible_devices([], 'GPU')
|
11 |
|
12 |
|
13 |
#%%
|
|
|
7 |
import tensorflow as tf
|
8 |
import cv2
|
9 |
|
10 |
+
# tf.config.experimental.set_visible_devices([], 'GPU')
|
11 |
|
12 |
|
13 |
#%%
|