INNER CODE UNIT · Python

steps_per_epoch

otaha178/Emotion-recognition · train_emotion_classifier.py:62

                        steps_per_epoch=len(xtrain) / batch_size,
                        epochs=num_epochs, verbose=1, callbacks=callbacks,
                        validation_data=(xtest,ytest))

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…