anasmorahhib / 3D-CNN-Gesture-recognition

Gesture recognition using tensorflow from a large video database
49 stars 25 forks source link

Kernel dies #5

Open vnt1537 opened 4 years ago

vnt1537 commented 4 years ago

Normalisation: training

print('old mean', training_data.mean()) scaler = StandardScaler() scaled_images = scaler.fit_transform(training_data.reshape(-1, 156464)) print('new mean', scaled_images.mean()) scaled_images = scaled_images.reshape(-1, 15, 64, 64, 1) print(scaled_images.shape)

When executing this command my kernel dies. Can you give any solution?

anasmorahhib commented 4 years ago

How much RAM do you have? try to run the script on the cloud.