Skip to content

Commit 9fffa08

Browse files
committed
update
1 parent 6a22d05 commit 9fffa08

File tree

7 files changed

+145
-138
lines changed

7 files changed

+145
-138
lines changed

doc/pub/week47/html/._week47-bs018.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ <h2 id="pytorch-defining-a-simple-rnn-using-tensorflow" class="anchor">PyTorch:
412412
In this code we have used
413413
</p>
414414
<ol>
415+
<li> sequence$\_$length is the number of time steps in each input sequence fed into a recurrent neural network. It represents how many time points we provide at once. It is the number of ordered observations in each sample of our dataset.</li>
415416
<li> return_sequences=False makes it output only the last hidden state, which is fed to the classifier. Also, we have</li>
416417
<li> from_logits=True matches the PyTorch CrossEntropyLoss.</li>
417418
</ol>

doc/pub/week47/html/week47-reveal.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ <h2 id="pytorch-defining-a-simple-rnn-using-tensorflow">PyTorch: Defining a Simp
518518
In this code we have used
519519
</p>
520520
<ol>
521+
<p><li> sequence$\_$length is the number of time steps in each input sequence fed into a recurrent neural network. It represents how many time points we provide at once. It is the number of ordered observations in each sample of our dataset.</li>
521522
<p><li> return_sequences=False makes it output only the last hidden state, which is fed to the classifier. Also, we have</li>
522523
<p><li> from_logits=True matches the PyTorch CrossEntropyLoss.</li>
523524
</ol>

doc/pub/week47/html/week47-solarized.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ <h2 id="pytorch-defining-a-simple-rnn-using-tensorflow">PyTorch: Defining a Simp
592592
In this code we have used
593593
</p>
594594
<ol>
595+
<li> sequence$\_$length is the number of time steps in each input sequence fed into a recurrent neural network. It represents how many time points we provide at once. It is the number of ordered observations in each sample of our dataset.</li>
595596
<li> return_sequences=False makes it output only the last hidden state, which is fed to the classifier. Also, we have</li>
596597
<li> from_logits=True matches the PyTorch CrossEntropyLoss.</li>
597598
</ol>

doc/pub/week47/html/week47.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ <h2 id="pytorch-defining-a-simple-rnn-using-tensorflow">PyTorch: Defining a Simp
669669
In this code we have used
670670
</p>
671671
<ol>
672+
<li> sequence$\_$length is the number of time steps in each input sequence fed into a recurrent neural network. It represents how many time points we provide at once. It is the number of ordered observations in each sample of our dataset.</li>
672673
<li> return_sequences=False makes it output only the last hidden state, which is fed to the classifier. Also, we have</li>
673674
<li> from_logits=True matches the PyTorch CrossEntropyLoss.</li>
674675
</ol>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)