Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/adder/adder.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AdditionDataset(Dataset):

As one more example, the problem 6 + 39 = 45 would be encoded as:

"0639054"
"0639540"

where you will notice that we are padding with zeros to make sure that we always
produce strings of the exact same size: n + n + (n + 1). When n=2, this is 7.
Expand Down