Added GPU debug test
This commit is contained in:
parent
f390b585f9
commit
bfa8caa032
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ import cv2
|
||||||
from video_compression_model import NUM_CHANNELS, NUM_FRAMES, VideoCompressionModel, PRESET_SPEED_CATEGORIES
|
from video_compression_model import NUM_CHANNELS, NUM_FRAMES, VideoCompressionModel, PRESET_SPEED_CATEGORIES
|
||||||
from tensorflow.keras.callbacks import EarlyStopping
|
from tensorflow.keras.callbacks import EarlyStopping
|
||||||
|
|
||||||
|
print(tf.config.list_physical_devices('GPU'))
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
BATCH_SIZE = 16
|
BATCH_SIZE = 16
|
||||||
EPOCHS = 1
|
EPOCHS = 1
|
||||||
|
|
Reference in a new issue