Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit cb73427

Browse files
authored
Update kvmemn2n.rst
removal of extra bullets
1 parent f5e7ba8 commit cb73427

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/kvmemn2n.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ The idea behind this method is to be able to answer wide range of questions base
2828
2929
Files
3030
=====
31-
- * **nlp_architect/models/kvmemn2n.py**: Defines the key-value memory network model.
32-
- * **nlp_architect/data/wikimovies.py**: Will download and process the data necessary to train the key-value memory network model.
33-
- * **examples/train_kvmemn2n.py**: The primary class which processes the request to train or run inference on the key-value memory network model. It in turn will call the data processing algorithm when necessary.
34-
- * **examples/wikiwindows.py**: A key data preprocessing stage necessary when using the raw Wikipedia text knowledge base. It is called by data.py, or can be run independently.
35-
- * **examples/interactive_util.py**: Called by train_kvmemn2n.py to facilitate the interactive mode.
31+
- **nlp_architect/models/kvmemn2n.py**: Defines the key-value memory network model.
32+
- **nlp_architect/data/wikimovies.py**: Will download and process the data necessary to train the key-value memory network model.
33+
- **examples/train_kvmemn2n.py**: The primary class which processes the request to train or run inference on the key-value memory network model. It in turn will call the data processing algorithm when necessary.
34+
- **examples/wikiwindows.py**: A key data preprocessing stage necessary when using the raw Wikipedia text knowledge base. It is called by data.py, or can be run independently.
35+
- **examples/interactive_util.py**: Called by train_kvmemn2n.py to facilitate the interactive mode.
3636

3737

3838

0 commit comments

Comments
 (0)