Skip to content

Commit

Permalink
Fix class name in example model configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Nov 22, 2018
1 parent 21d2d6f commit a8a2106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/models/multi_source_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import opennmt as onmt

def model():
return onmt.models.SequenceToSequence(
return onmt.models.Transformer(
source_inputter=onmt.inputters.ParallelInputter([
onmt.inputters.WordEmbedder(
vocabulary_file_key="source_vocabulary_1",
Expand Down

0 comments on commit a8a2106

Please sign in to comment.