Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
c5c0fa2e
Commit
c5c0fa2e
authored
Oct 31, 2018
by
Ivan Sharavuev
Committed by
goooxu
Nov 01, 2018
Browse files
Fix misspelling in examples/trials/ga_squad/README.md
parent
2076cde4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/trials/ga_squad/README.md
examples/trials/ga_squad/README.md
+2
-2
No files found.
examples/trials/ga_squad/README.md
View file @
c5c0fa2e
...
@@ -90,11 +90,11 @@ The evolution-algorithm based architecture for question answering has two differ
...
@@ -90,11 +90,11 @@ The evolution-algorithm based architecture for question answering has two differ
The trial has a lot of different files, functions and classes. Here we will only give most of those files a brief introduction:
The trial has a lot of different files, functions and classes. Here we will only give most of those files a brief introduction:
*
`attention.py`
contains an implementaion for attention mechanism in Tensorflow.
*
`attention.py`
contains an implementa
t
ion for attention mechanism in Tensorflow.
*
`data.py`
contains functions for data preprocessing.
*
`data.py`
contains functions for data preprocessing.
*
`evaluate.py`
contains the evaluation script.
*
`evaluate.py`
contains the evaluation script.
*
`graph.py`
contains the definition of the computation graph.
*
`graph.py`
contains the definition of the computation graph.
*
`rnn.py`
contains an implementaion for GRU in Tensorflow.
*
`rnn.py`
contains an implementa
t
ion for GRU in Tensorflow.
*
`train_model.py`
is a wrapper for the whole question answering model.
*
`train_model.py`
is a wrapper for the whole question answering model.
Among those files,
`trial.py`
and
`graph_to_tf.py`
is special.
Among those files,
`trial.py`
and
`graph_to_tf.py`
is special.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment