Skip to content

Commit

Permalink
Add few blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Wang committed Oct 3, 2017
1 parent 837242e commit e08367c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/framework/lod_tensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Both examples show that the elements of sequences are usually of the same size.

The real challenge is that in most cases, sentences have variable lengths, and we will need an index data structure to segment the tensor into sequences. Also, sequences might consist of sub-sequences.


## A Solution: The LoD Index

To understand our solution, it is best to look at some examples.
Expand Down Expand Up @@ -75,6 +76,7 @@ In this case, we don't lose any information by ignoring the many 1's in the inde

A model parameter is just a usual Tensor, which, just like the above example, is a **0-level LoD Tensor**.


## The LoD Tensor

Let us revisit above example of the 2-level LoD Tensor
Expand Down

0 comments on commit e08367c

Please sign in to comment.