Update Databricks documentation for Pytorch Estimator issue (#8869)

* update doc

* add image

* update
This commit is contained in:
Jiao Wang 2023-09-05 12:59:47 -07:00 committed by GitHub
parent 704a896e90
commit 14b95ebfb4
2 changed files with 4 additions and 2 deletions

View file

@ -113,8 +113,10 @@ Output on Databricks:
- [Keras example on Databricks](https://github.com/intel-analytics/BigDL/blob/main/python/orca/tutorial/databricks/tf_keras_ncf.ipynb) - [Keras example on Databricks](https://github.com/intel-analytics/BigDL/blob/main/python/orca/tutorial/databricks/tf_keras_ncf.ipynb)
- [Pytorch example on Databricks](https://github.com/intel-analytics/BigDL/blob/main/python/orca/tutorial/databricks/pytorch_fashion_mnist.ipynb) - [Pytorch example on Databricks](https://github.com/intel-analytics/BigDL/blob/main/python/orca/tutorial/databricks/pytorch_fashion_mnist.ipynb)
> Note
> Note that if you want to save model to DBFS, or load model from DBFS, the save/load path should be the **File API Format** on Databricks, which means your save/load path should start with `/dbfs`. > * If you run Pytorch example with `spark` backend (i.e.`Estimator.from_torch(..., backend="spark")`) on multiple node cluster, you need to set GLOO_SOCKET_IFNAME="eth0" in cluster's configuration as below:
![](images/db-gloo-socket.png)
> * If you want to save model to DBFS, or load model from DBFS, the save/load path should be the **File API Format** on Databricks, which means your save/load path should start with `/dbfs`.
### 6. Other ways to install third-party libraries on Databricks if necessary ### 6. Other ways to install third-party libraries on Databricks if necessary

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB