draft suggestions for better user guide
See original GitHub issueI’ve walked through the getting started guide, here’s my suggestions on a few improvements that we can do to improve the overall user experience (fairly low hanging fruit IMO):
- Use minikube (or local cluster). The getting started guide uses a custom cluster with gpu, which is, in most cases, impractical for new comers to setup and try out katib
- Do not use ingress. Similar to the above issue, we should lower the barrier to try out katib; setting up ingress, along with hostname resolution, can cost time. Using node port should suffice.
- Use mnist as example to reduce waiting time (existing guide creates a cifar10 training); faster turnaround makes it easy to observe outcome and experiment with katib features
- Versioned image and source code. Since the project is in its early stage, breaking changes are almost always possible. Errors in getting started guide can scare off potential users and contributors, let’s stick to a particular version (and update thereafter in case of new versions available).
- Finish the getting started guide by providing instructions on modeldb visualization. After creating the Study using
random-cpu.yml
, katib creates two jobs. However, after training, they both disappear and I’m not able to see the result neither in Kubernetes nor in modeldb. This can be that I’m not familiar with the system, or the guide is not complete. In either case, I think we should provide guidance on what to do after creating Study, to avoid confusion for people new to the system like me 😃
/cc @gaocegege @YujiOshima /area documentation
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to Build the Best User Documentation (New Guide) | Blog
Have a product or service that needs user documentation? Here are some simple tips on how to build the best documentation for consumers....
Read more >How to Write a Great User Manual in 12 Steps - Dozuki
How to Write a Great User Manual in 12 Steps · 1. Define Your Audience · 2. Describe the Problem · 3. Break...
Read more >Fantasy Draft Strategy 2022: Best tips, advice for dominating ...
Here's one more: A comprehensive, step-by-step draft strategy guide breaking down how you can get to that desired domination.
Read more >Draft Strategy: PPR/Flex Scoring, 12-Teams 1 spot
What's the best draft strategy? We show you the best (and worst) strategies for every draft spot for PPR, Half-PPR and Non-PPR leagues....
Read more >Perfect Fantasy Football Draft Strategy (2022)
Of course, there's no better way to do that than to practice drafting with our free mock draft simulator! Beyond our tools, we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Kubeflow getting started guide now includes instructions for minikube & GKE https://www.kubeflow.org/docs/started/getting-started/
Katib isn’t included by default so users need to manually install Katib or we would need to change it to include Katib by default.
There is an open issue kubeflow/website#72 to move the Katib documentation to the Kubeflow website
kubeflow/kubeflow#989 added some basic documentation e.g. about how to install the Katib package and then connect to it.
@sarahmaddox: Closing this issue.
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.