This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Update instructions with Cloud Object Storage#3
Merged
whummer merged 6 commits intoIBM:masterfrom Feb 12, 2018
Tomcli:cos
Merged
Update instructions with Cloud Object Storage#3whummer merged 6 commits intoIBM:masterfrom Tomcli:cos
whummer merged 6 commits intoIBM:masterfrom
Tomcli:cos
Conversation
whummer
reviewed
Feb 12, 2018
README.md
Outdated
|
|
||
| ### 6.2. Using Cloud Object Storage | ||
|
|
||
| Due to the cost of having multiple Object Storage buckets, we will only demonstrate how to run a TensorFlow Job using Cloud Object Storage. |
Contributor
There was a problem hiding this comment.
Perhaps simply:
In this section we will demonstrate how to run a TensorFlow job with training data stored in Cloud Object Storage.
whummer
reviewed
Feb 12, 2018
README.md
Outdated
| s3cmd="aws --endpoint-url=$s3_url s3" | ||
| ``` | ||
|
|
||
| 3. Next, let create 2 buckets, one for storing the training data and another one for storing the training result. |
sboagibm
pushed a commit
to sboagibm/FfDL
that referenced
this pull request
May 19, 2018
Fixes for bad build in travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently this PR only update the README instructions for using the Cloud Object Storage. Since there will be merging conflicts with #2. I will update the Makefile and possibly other code tweaks in a follow up PR.