-
Notifications
You must be signed in to change notification settings - Fork 1.6k
improve docs #331
New issue
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
improve docs #331
Conversation
| References | ||
| ----------- | ||
| `Audio Super Resolution Implementation <https://github.com/kuleshov/audio-super-res/blob/master/src/models/layers/subpixel.py>`__. | ||
| - `Audio Super Resolution Implementation <https://github.com/kuleshov/audio-super-res/blob/master/src/models/layers/subpixel.py>`__. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only use listing if we have more than one bullet.
tensorlayer/nlp.py
Outdated
| reverse_dictionary : dictionary | ||
| FOr converting ID to word. | ||
| dictionary | ||
| For converting ID to word. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A dictionary that maps IDs to words.
tensorlayer/rein.py
Outdated
| Returns | ||
| -------- | ||
| float/int/str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the correct syntax here. maybe we shall separate them using commas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lgarithm any idea here?
tensorlayer/utils.py
Outdated
| if dataset is small, we can set it to None. | ||
| cost : TensorFlow expression or None | ||
| Metric for cost or others. | ||
| - If None, would not print the information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using listing only when there are more than one bullets.
tensorlayer/layers/core.py
Outdated
| If None, it will default to the value 0 with type dtype | ||
| None for default | ||
| The value to represnt `OFF`. | ||
| - If None, it will default to the value 0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No listing here
* check layers docs * check cost docs * check prepro * fixed DeformableConv2d TODO * check iterate * check utils * check nlp * check rein * check files * check visulize * check activation * yapf * fix utils docs * add ops back * add supress stdout back for compatibility. * add an alias for ops.supress_output * fix indentation * fix all docs warnings. * fix luomai comment * nlp * fix nlp typos.
No description provided.