Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganize get-started examples into tutorials #564

Closed
5 tasks done
jorgeorpinel opened this issue Aug 15, 2019 · 2 comments
Closed
5 tasks done

reorganize get-started examples into tutorials #564

jorgeorpinel opened this issue Aug 15, 2019 · 2 comments
Assignees
Labels
A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Aug 15, 2019

Related to some changes already done in 7df9fc3 (find tutorial-nlp and tutorial-ver in some URLs).

@jorgeorpinel jorgeorpinel self-assigned this Aug 16, 2019
jorgeorpinel added a commit that referenced this issue Aug 16, 2019
1. for tutorial preparation
2. for get-started example-pipeline
(soon both will be merged, see #564

AND standardize venv+pip install instructions throughout docs
@shcheklein shcheklein changed the title docs: reorganize get-started examples into tutorials reorganize get-started examples into tutorials Aug 20, 2019
@shcheklein shcheklein added A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions get-started labels Aug 20, 2019
@jorgeorpinel
Copy link
Contributor Author

jorgeorpinel commented Aug 28, 2019

Check both current examples first, looks like at least the pipelines one may be broken.

Problems to solve in http://localhost:3000/doc/get-started/example-versioning:

  • Could not find a version that satisfies the requirement tensorflow==1.11.0

    $ pip install -r requirements.txt
      ERROR: Could not find a version that satisfies the requirement tensorflow==1.11.0 (from -r 
    requirements.txt (line 1)) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 
    2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0)
    ERROR: No matching distribution found for tensorflow==1.12.0 (from -r requirements.txt (line 1))

    SOLVED: Updated to latest 1.something version in iterative/example-versioning@71ecc82.

  • The commands in Automating capturing will run off a strange code and data combination if the user doesn't go back to the master branch after trying the commands in Switching between versions.
    SOLVED: Added note to go back to master in 29d3dcc.

  • dvc remove -p model.h5.dvc asks for confirmation. To make easier, it should use the -f (force) flag too.
    SOLVED: Changed to use -pf flags in 29d3dcc also.

Complete list of corresponding updates to example-versioning repo: iterative/example-versioning@e2caba1...aeb6772

@jorgeorpinel
Copy link
Contributor Author

This is addressed by PR #666. Other detailed moved to new issues (noted in first comment above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions
Projects
None yet
Development

No branches or pull requests

2 participants