Skip to content

Various issues in example-dvc-experiments #98

@iesahin

Description

@iesahin

These are reported by @tapadipti (thanks). I'm moving here to discuss and follow:

I was running experiments by following the docs (https://dvc.org/doc/start/experiments) and encountered the following issues. Sharing here for any required action.

  1. dvc is not installed by pip install -r requirements.txt. So, if someone is trying to use a new virtual env, they need to install dvc separately. Would be good to include dvc in requirements.txt.

  2. dvc pull gave this error:

    ERROR: failed to pull data from the cloud - Checkout failed for following targets:
    models/model.h5
    metrics
    Is your cache up to date?
    <https://error.dvc.org/missing-files>
    
  3. dvc exp run lists all the image when running the extract stage. Would be good to remove -v from tar -xvzf data/images.tar.gz --directory data

  4. If you used dvc repro before section in the doc is a little unclear. Does dvc exp run replace dvc repro? If yes, can we state this clearly? Also would be great to change this statement We use dvc repro to run the pipeline... to dvc repro runs the pipeline...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority-p0Blocker, critical user facing issue, critical to hit deadlines

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions