Skip to content
Snippets Groups Projects
Commit 374d469f authored by Christian Fuß's avatar Christian Fuß
Browse files

changed BeamSearch to GreedySearch in one test

parent 227d975d
No related branches found
No related tags found
1 merge request!23Added Unroll-related features and layers
Pipeline #179482 failed
......@@ -14,7 +14,7 @@ architecture RNNencdec(max_length=50, vocabulary_size=30000, hidden_size=1000){
encoder.state -> decoder.state;
timed<t=1> BeamSearchStart(max_length=50) {
timed<t=1> GreedySearch(max_length=50) {
target[t-1] ->
Embedding(output_dim=hidden_size) ->
decoder ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment