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

blog: collaborative experiments post #2760

Merged
merged 23 commits into from
Dec 13, 2021
Merged

Conversation

flippedcoder
Copy link
Contributor

@flippedcoder flippedcoder commented Aug 25, 2021

Tentative publish date: 09/21/2021

This blog post is an example of sharing experiments using DVC remotes. It's different from this user guide because it walks through an example of remotes being used in a project flow instead of reference material for setting up and working with remotes.

@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj August 25, 2021 15:57 Inactive
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj August 26, 2021 22:25 Inactive
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj August 27, 2021 19:52 Inactive
@jendefig jendefig marked this pull request as ready for review September 2, 2021 12:33
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj September 3, 2021 13:21 Inactive
Copy link
Contributor

@dberenbaum dberenbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Are users supposed to be able to pull your experiments, or are those just illustrative examples? It's a little unclear where users are expected to be able to follow along and where that might not work.

Also, it might be worth sharing with @iesahin. I know he's been working on the docs for sharing experiments, so maybe it's helpful to compare and decide what belongs in the blog post vs. the docs.

content/blog/2021-09-21-collaborative-experiments.md Outdated Show resolved Hide resolved
content/blog/2021-09-21-collaborative-experiments.md Outdated Show resolved Hide resolved
content/blog/2021-09-21-collaborative-experiments.md Outdated Show resolved Hide resolved
content/blog/2021-09-21-collaborative-experiments.md Outdated Show resolved Hide resolved
@iesahin
Copy link
Contributor

iesahin commented Sep 6, 2021

image

I believe a stronger language is better here.

@iesahin
Copy link
Contributor

iesahin commented Sep 6, 2021

image

A link to https://dvc.org/doc/command-reference/remote/add#supported-storage-types might be good here.

@iesahin
Copy link
Contributor

iesahin commented Sep 6, 2021

Could we use example-dvc-experiments for this blog post instead of https://github.com/iterative/dvc-learn-project ?

@flippedcoder
Copy link
Contributor Author

Could we use example-dvc-experiments for this blog post instead of https://github.com/iterative/dvc-learn-project ?

Sure. I don't see why not!

@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj September 8, 2021 18:06 Inactive
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj September 24, 2021 19:53 Inactive
@flippedcoder
Copy link
Contributor Author

flippedcoder commented Sep 27, 2021

@iesahin Just a question about the https://github.com/iterative/example-dvc-experiments repo.
Would people following along with the blog post be able to push and pull from the remote in the DVC config? Just checking to see how I should update the post.

@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-nk06sj September 27, 2021 20:24 Inactive
@flippedcoder
Copy link
Contributor Author

Hi @iesahin! I've made the updates you mentioned, but now I have a question. When I run dvc exp list origin --all in the example-dvc-experiments repo, nothing is returned. Is that expected behavior?

@iesahin
Copy link
Contributor

iesahin commented Nov 18, 2021

Thank you @flippedcoder Normally, dvc exp list should list the experiments in the repository, but we have a bug (iterative/dvc#6920) that prevented me to upload the experiments to the newly generated repository. I'm waiting for the new release (2.8.4). I'll upload the experiments and you'll be able to list them with dvc exp list.

I'll read the post now, thank you.

@iesahin
Copy link
Contributor

iesahin commented Nov 18, 2021

I can't see a deployment. What's up? @shcheklein

Copy link
Contributor

@iesahin iesahin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @flippedcoder That's very clear and to the point. I think adding another step to fork our repo makes it more realistic. Details are in the comments.

content/blog/2021-12-02-collaborative-experiments.md Outdated Show resolved Hide resolved
content/blog/2021-12-02-collaborative-experiments.md Outdated Show resolved Hide resolved
content/blog/2021-12-02-collaborative-experiments.md Outdated Show resolved Hide resolved
@jendefig
Copy link
Contributor

I can't see a deployment. What's up? @shcheklein

I have same question.

@flippedcoder
Copy link
Contributor Author

@julieg18 or @rogermparent Not sure if y'all are the right people to ask, but do y'all have any insight on why the deployment isn't re-triggering? I've merged with master so all of the most recent changes are on this branch.

@julieg18 julieg18 temporarily deployed to dvc-org-blog-collaborat-pr8rgx November 29, 2021 20:38 Inactive
@julieg18
Copy link
Contributor

julieg18 commented Nov 29, 2021

@julieg18 or @rogermparent Not sure if y'all are the right people to ask, but do y'all have any insight on why the deployment isn't re-triggering? I've merged with master so all of the most recent changes are on this branch.

Normally heroku will redeploy an app once we push a an update to a branch. But Heroku is also configured to destroy an app after 30 days of inactivity. What I think might have happened is Heroku deleted this app after 30 days of inactivity and didn't attempt to create a new app even after the branch started getting new changes again. What do you think @rogermparent?

@rogermparent
Copy link
Contributor

What I think might have happened is Heroku deleted this app after 30 days of inactivity and didn't attempt to create a new app even after the branch started getting new changes again. What do you think @rogermparent?

I think you're exactly right, I'm pretty certain I've seen this happen before after Heroku cleans up an old review app. I've also seen manual deployments like the one Julie just did behave oddly, so this PR may run into something like that in the future if another commit is added to this PR.

@flippedcoder
Copy link
Contributor Author

Thanks @julieg18 and @rogermparent! If any more changes need to be made, I'll probably just close this PR and open another.

@flippedcoder
Copy link
Contributor Author

@jendefig @iesahin You can take a look at the most recent deploy now!

@julieg18
Copy link
Contributor

Thanks @julieg18 and @rogermparent! If any more changes need to be made, I'll probably just close this PR and open another.

Now that the app has been rebuilt and it hasn't been thirty days, pushing changes to this branch should trigger a automatic rebuild. But if it doesn't, feel free to do that!

@jendefig jendefig added the C: blog TEMPORARY Content of /blog label Nov 30, 2021
@rogermparent
Copy link
Contributor

I should clarify that I only brought up further PRs causing problems just in case it happens, it's totally fine to update in the normal way and just reach out again if an issue occurs.

Copy link
Contributor

@iesahin iesahin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @flippedcoder. That's a very clear and to-the-point post.

content/blog/2021-12-02-collaborative-experiments.md Outdated Show resolved Hide resolved
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-pr8rgx December 13, 2021 17:02 Inactive
@shcheklein shcheklein temporarily deployed to dvc-org-blog-collaborat-pr8rgx December 13, 2021 17:07 Inactive
@iesahin iesahin merged commit 2faca2e into master Dec 13, 2021
@iesahin iesahin deleted the blog/collaborative-experiments branch December 13, 2021 17:16
iesahin pushed a commit that referenced this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: blog TEMPORARY Content of /blog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants