line 220:
train = Training(batch_size=32, epochs=20, categories=5,
train_folder='Gesture_train/', test_folder='Gesture_predict/',
model_name='Gesture_2.h5')
line 23, need parameter type
init(self, batch_size, epochs, categories, train_folder, test_folder, model_name, type):
lack of parameter: type
line 220:
train = Training(batch_size=32, epochs=20, categories=5,
train_folder='Gesture_train/', test_folder='Gesture_predict/',
model_name='Gesture_2.h5')
line 23, need parameter type
init(self, batch_size, epochs, categories, train_folder, test_folder, model_name, type):
lack of parameter: type