This is an automated email from the ASF dual-hosted git repository.
jiwq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 2f5ae23 SUBMARINE-540. Link broken in pysubmarine
2f5ae23 is described below
commit 2f5ae23d983aea15959e1e6b3777817aa86658e5
Author: Ryan Lo <[email protected]>
AuthorDate: Wed Jun 24 19:14:36 2020 +0800
SUBMARINE-540. Link broken in pysubmarine
### What is this PR for?
Links are broken in docs/submarine-sdk/pysubmarine/README.md
### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
[SUBMARINE-540](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-540)
### How should this be tested?
[passed
CI](https://travis-ci.org/github/lowc1012/submarine/builds/701607741)
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Ryan Lo <[email protected]>
Closes #326 from lowc1012/SUBMARINE-540 and squashes the following commits:
0ef05e1 [Ryan Lo] SUBMARINE-540. Link broken in pysubmarine
---
docs/submarine-sdk/pysubmarine/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/submarine-sdk/pysubmarine/README.md
b/docs/submarine-sdk/pysubmarine/README.md
index 0e7441b..bf9c72e 100644
--- a/docs/submarine-sdk/pysubmarine/README.md
+++ b/docs/submarine-sdk/pysubmarine/README.md
@@ -48,8 +48,8 @@ pytest --cov=submarine -vs
```
## Easy-to-use model trainers
-- [FM](../../../submarine-sdk/pysubmarine/example/deepfm)
-- [DeepFM](../../../submarine-sdk/pysubmarine/example/fm)
+- [FM](../../../submarine-sdk/pysubmarine/example/tensorflow/fm)
+- [DeepFM](../../../submarine-sdk/pysubmarine/example/tensorflow/deepfm)
## Submarine experiment management
Makes it easy to run distributed or non-distributed TensorFlow, PyTorch
experiments on Kubernetes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]