Skip to content

Commit

Permalink
Update gpt-2 README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Apr 13, 2019
1 parent 90b3075 commit b4c1fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gpt-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ output = decoder(
memory=source_hidden_states,
memory_sequence_length=src_len,
inputs=truth_target[:, :-1],
sequence_length=tgt_len-1,
decoding_strategy='train_greedy')

loss = tx.losses.sequence_sparse_softmax_cross_entropy(
Expand Down

0 comments on commit b4c1fda

Please sign in to comment.