Skip to content

Commit

Permalink
Added directive to refer from other repos (#650)
Browse files Browse the repository at this point in the history
Signed-off-by: SmritiSatyanV <[email protected]>
  • Loading branch information
SmritiSatyanV authored Feb 3, 2022
1 parent 15b5c9d commit 3469394
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
.. _spark_horovod_keras:
Data-Parallel Distributed Training Using Horovod on Spark
---------------------------------------------------------
Expand Down Expand Up @@ -728,4 +730,4 @@ def horovod_spark_wf(
# We can run the code locally too, provided Spark is enabled and the plugin is set up in the environment.
if __name__ == "__main__":
metrics_directory = horovod_spark_wf()
print(f"Find the model and predictions at {metrics_directory}")
print(f"Find the model and predictions at {metrics_directory}")

0 comments on commit 3469394

Please sign in to comment.