We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We'd need to think about the kinds of commands that people will be running, and what kind of things we can setup for them.
Ideas:
project sync
project train (...)
project eval (...)
project profile (...)
train
Idk, just throwing ideas out there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We'd need to think about the kinds of commands that people will be running, and what kind of things we can setup for them.
Ideas:
project sync
(sync the codebase across all the clusters so it can be used for jobs)project train (...)
: training run, with a validation set when applicable. No testing.project eval (...)
: training (without a validation set), (or load from a checkpoint) then evaluate on the test set.project profile (...)
same astrain
, but shorter, with more profiling tools setup?Idk, just throwing ideas out there.
The text was updated successfully, but these errors were encountered: