georgian-io-archive/hydra

Allow for training even with uncommitted changes

Opened this issue · 0 comments

Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.

Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training