Skip to content

Commit

Permalink
Update gpt2 README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Mar 1, 2019
1 parent 04a8926 commit ef1931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpt-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ output, output_length = decoder(
**Ex. Use 3): Fine-tuning for conditional generation**

```python
output, output_length = decoder(
output = decoder(
memory=source_hidden_states,
memory_sequence_length=src_len,
inputs=truth_target[:, :-1],
Expand Down

0 comments on commit ef1931b

Please sign in to comment.