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
Is it reasonable to break this into different sections?
You may consider adding a "table of content" to ease navigation. Don't forget to use markdown links.
It's fine if they overlap content as long as it's easier to follow for the user.
If one step requires the output of a previous step, consider mentioning that after citing the command. It helps to troubleshoot errors.
For example
# Training `python conv_classifier_eval.py` This generates a `model.npz` file with the learned parameters.
In that way, the user knows that if they don't see model.npz the next command is most likely failing 'cause of that.
model.npz
Mention complementary comments after you show the command. For example,
Train the Seq2Seq encoder-decoder model `python bidirectional_autoencoder.py` Using a GPU reduces the time to complete this step.
Resources This short course outlines the mindset that we should follow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it reasonable to break this into different sections?
You may consider adding a "table of content" to ease navigation. Don't forget to use markdown links.
It's fine if they overlap content as long as it's easier to follow for the user.
If one step requires the output of a previous step, consider mentioning that after citing the command. It helps to troubleshoot errors.
For example
In that way, the user knows that if they don't see
model.npz
the next command is most likely failing 'cause of that.Mention complementary comments after you show the command. For example,
Resources
This short course outlines the mindset that we should follow.
The text was updated successfully, but these errors were encountered: