mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-09-09 11:25:17 +08:00
nb->num
This commit is contained in:
@@ -9,8 +9,8 @@ import numpy as np
|
||||
np.random.seed(1337)
|
||||
|
||||
|
||||
(X_train, y_train), (X_test, y_test) = get_test_data(nb_train=1000,
|
||||
nb_test=200,
|
||||
(X_train, y_train), (X_test, y_test) = get_test_data(num_train=1000,
|
||||
num_test=200,
|
||||
input_shape=(10,),
|
||||
classification=True,
|
||||
nb_class=2)
|
||||
|
||||
Reference in New Issue
Block a user