Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 5cf5444

Browse files
authored
Update mnist_gan_reconstruction.ipynb
1 parent b897871 commit 5cf5444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/notebooks/TensorFlow/gan/mnist_gan_reconstruction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@
404404
},
405405
"outputs": [],
406406
"source": [
407-
"from hops import tflauncher\n",
407+
"from hops import experiment\n",
408408
"\n",
409-
"tensorboard_hdfs_logdir = tflauncher.launch(spark, wrapper, args_dict_grid)"
409+
"tensorboard_hdfs_logdir = experiment.launch(spark, wrapper, args_dict_grid)"
410410
]
411411
},
412412
{

0 commit comments

Comments
 (0)