Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f1e35b

Browse files
committed
test(KDP): dummy commit
1 parent 1cf5d09 commit 1f1e35b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

keras-data-processor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5737d9bc08adc144f1bb668b8cdcf4b9b57321ba

test/test_custom_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ def test_multi_resolution_attention_end_to_end():
838838
# Compile model
839839
model.compile(optimizer="adam", loss="mse")
840840

841-
# Create dummy data
841+
# Create some dummy data
842842
X_num = tf.random.normal((batch_size, num_numerical, numerical_dim))
843843
X_cat = tf.random.normal((batch_size, num_categorical, categorical_dim))
844844
y = tf.random.normal((batch_size, num_numerical + num_categorical, 1))

0 commit comments

Comments
 (0)