IUM_06
This commit is contained in:
parent
dfc28cbc9a
commit
9a77c82ebb
@ -18,7 +18,8 @@ X_test_pad = tf.keras.preprocessing.sequence.pad_sequences(X_test_seq, maxlen=10
|
||||
|
||||
# Make predictions
|
||||
predictions = model.predict(X_test_pad)
|
||||
|
||||
print(model.summary())
|
||||
print(f'X_test_pad shape: {X_test_pad.shape}')
|
||||
# Check the shape of the predictions
|
||||
print(f'Predictions shape: {predictions.shape}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user