mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Add missing argument n_epochs=50
This commit is contained in:
@@ -2262,7 +2262,7 @@
|
||||
"dataset = tf.data.Dataset.from_tensor_slices(X_train_dcgan)\n",
|
||||
"dataset = dataset.shuffle(1000)\n",
|
||||
"dataset = dataset.batch(batch_size, drop_remainder=True).prefetch(1)\n",
|
||||
"train_gan(gan, dataset, batch_size, codings_size)"
|
||||
"train_gan(gan, dataset, batch_size, codings_size, n_epochs=50)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user