You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: doc/source/kvmemn2n.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ The idea behind this method is to be able to answer wide range of questions base
28
28
29
29
Files
30
30
=====
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.
0 commit comments