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

Write Git/GitHub survival guide #7

Open
kkm000 opened this issue Apr 21, 2019 · 0 comments
Open

Write Git/GitHub survival guide #7

kkm000 opened this issue Apr 21, 2019 · 0 comments

Comments

@kkm000
Copy link
Owner

kkm000 commented Apr 21, 2019

  1. How to write a good PR
  • Name repo monikers sensibly;
  • Never use your master.
  • Git likes short branches, how to submit short fix -- amend, squash, rebase on top of master
  • How to do medium/WIP development (longer living branches) -- rebase, conflicts, rerere.
  • Message/PR formatting guidelines
  1. How to dissect history of an old recipe
  • What to do if eg is outdated
  • git lg shortcut.
  • RESULTS file is the closest to ground truth.
  1. Starter recipes.
  • Point users to lm_librispeech. It has most of the latest models, and open data.
  • Remind about the misconception that DNNs need hundreds or thousands hours of data to train.

See: kaldi-asr#3244 (comment) ff. ad fin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant