Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Implement faster local version training #10

Closed
coder46 opened this issue Oct 7, 2020 · 1 comment
Closed

Implement faster local version training #10

coder46 opened this issue Oct 7, 2020 · 1 comment
Assignees

Comments

@coder46
Copy link
Contributor

coder46 commented Oct 7, 2020

hydra train --cloud=local is currently a bit slow as it installs model requirements for each run. We want a faster local training variant by using --cloud=fast_local which skips docker and directly runs python3 $model_path

@tsa87
Copy link
Contributor

tsa87 commented Oct 7, 2020

Addressed in #9

@tsa87 tsa87 closed this as completed Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants