Update Databricks documentation for Pytorch Estimator issue (#8869)
* update doc * add image * update
This commit is contained in:
parent
704a896e90
commit
14b95ebfb4
2 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||||
|

|
||||||
|
> * 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
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/readthedocs/source/doc/UserGuide/images/db-gloo-socket.png
Normal file
BIN
docs/readthedocs/source/doc/UserGuide/images/db-gloo-socket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Loading…
Reference in a new issue