question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Usage of init_git_repo is not very clear

See original GitHub issue

init_git_repo expects some arguments which are not very clear (e.g. you need to pass local_rank which is not very obvious when the functions is creating a git repo).

cc @anton-l

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickvonplatencommented, Sep 13, 2022

I think we’ve mentioned a couple of times to remove the init_git_repo functionality from the unconditional training script. Also see: https://github.com/huggingface/diffusers/pull/266#discussion_r960542231

@anton-l could you please adapt the unconditional training script accordingly?

0reactions
anton-lcommented, Oct 27, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to completely clear git repository, without deleting it
This is usually caused by another repository pushing to the same ref. You may want to first integrate the remote changes (e.g., 'git...
Read more >
How to Delete Git Repository Created with Init - W3docs
Open the Terminal by typing the Ctrl + Alt + T · Next type the following command line which will delete the git...
Read more >
git-init Documentation - Git
This command creates an empty Git repository - basically a .git directory with subdirectories for objects , refs/heads , refs/tags , and template...
Read more >
How to delete a Git repository - TheServerSide.com
Open the the local Git repo's root folder · Delete all of the files and folder in the Git repo's root folder ·...
Read more >
git init | Atlassian Git Tutorial
The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found