commit
ffbf00a022
@ -0,0 +1,24 @@
|
|||||||
|
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
|
||||||
|
sha: c25201a00e6b0514370501050cf2a8538ac12270
|
||||||
|
hooks:
|
||||||
|
- id: remove-crlf
|
||||||
|
- repo: https://github.com/reyoung/mirrors-yapf.git
|
||||||
|
sha: v0.13.2
|
||||||
|
hooks:
|
||||||
|
- id: yapf
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
sha: 4ef03c4223ad322c7adaa6c6c0efb26b57df3b71
|
||||||
|
hooks:
|
||||||
|
- id: check-added-large-files
|
||||||
|
- id: check-merge-conflict
|
||||||
|
- id: check-symlinks
|
||||||
|
- id: detect-private-key
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
# TODO(yuyang): trailing whitespace has some bugs on markdown
|
||||||
|
# files now, please not add it to pre-commit hook now
|
||||||
|
# - id: trailing-whitespace
|
||||||
|
#
|
||||||
|
# TODO(yuyang): debug-statements not fit for Paddle, because
|
||||||
|
# not all of our python code is runnable. Some are used for
|
||||||
|
# documenation
|
||||||
|
# - id: debug-statements
|
@ -1,7 +0,0 @@
|
|||||||
Activations
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
activations.rst
|
|
@ -1,7 +0,0 @@
|
|||||||
Evaluators
|
|
||||||
==========
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
evaluators.rst
|
|
@ -1,10 +0,0 @@
|
|||||||
# Model Config Interface
|
|
||||||
|
|
||||||
* [Optimizer](optimizers_index.rst)
|
|
||||||
* [Data Source](data_sources.rst)
|
|
||||||
* [Layers](layers_index.rst)
|
|
||||||
* [Activations](activations_index.rst)
|
|
||||||
* [Poolings](poolings_index.rst)
|
|
||||||
* [Networks](networks_index.rst)
|
|
||||||
* [Evaluators](evaluators_index.rst)
|
|
||||||
* [Parameter and Extra Layer Attribute](attrs.rst)
|
|
@ -0,0 +1,14 @@
|
|||||||
|
Model Config Interface
|
||||||
|
======================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
optimizers.rst
|
||||||
|
data_sources.rst
|
||||||
|
layers.rst
|
||||||
|
activations.rst
|
||||||
|
poolings.rst
|
||||||
|
networks.rst
|
||||||
|
evaluators.rst
|
||||||
|
attrs.rst
|
@ -1,7 +0,0 @@
|
|||||||
Layers
|
|
||||||
======
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
layers.rst
|
|
@ -1,9 +0,0 @@
|
|||||||
Networks
|
|
||||||
========
|
|
||||||
|
|
||||||
The networks module contains pieces of neural network that combine multiple layers.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
networks.rst
|
|
@ -1,7 +0,0 @@
|
|||||||
Optimizers
|
|
||||||
==========
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
optimizers.rst
|
|
@ -1,9 +0,0 @@
|
|||||||
Poolings
|
|
||||||
========
|
|
||||||
|
|
||||||
These pooling types are used for sequence input, not for images.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
poolings.rst
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue