[hotfix][docs] RayDP tensorflow != pytorch (#14044)

This commit is contained in:
Alex Wu
2021-02-10 11:23:02 -08:00
committed by GitHub
parent 1ef2a6790c
commit 68e985ddcd
+3 -3
View File
@@ -75,9 +75,9 @@ Training a Spark DataFrame with TensorFlow
tensorflow_model = estimator.get_model()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Training a Spark DataFrame with TensorFlow
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Training a Spark DataFrame with PyTorch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Similarly, ``raydp.torch.TorchEstimator`` provides an API for training with
PyTorch.