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

Commit 3bdddbb

Browse files
authored
Update Multi-gpu_training_cifar.ipynb
1 parent 5cf5444 commit 3bdddbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/notebooks/TensorFlow/multi_gpu/Multi-gpu_training_cifar.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@
316316
"metadata": {},
317317
"outputs": [],
318318
"source": [
319-
"from hops import tflauncher\n",
320-
"tflauncher.launch(spark, wrapper)"
319+
"from hops import experiment\n",
320+
"experiment.launch(spark, wrapper)"
321321
]
322322
}
323323
],

0 commit comments

Comments
 (0)