You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/guide/checkpoint.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@
520
520
"source": [
521
521
"### Manually inspecting checkpoints\n",
522
522
"\n",
523
-
"`tf.train.load_checkpoint` returns a `CheckpointReader` that gives lower level access to the checkpoint contents. It contains mappings from each vartiable's key, to the shape and dtype for each variable in the checkpoint. A variable's key is its object path, like in the graphs displayed above.\n",
523
+
"`tf.train.load_checkpoint` returns a `CheckpointReader` that gives lower level access to the checkpoint contents. It contains mappings from each variable's key, to the shape and dtype for each variable in the checkpoint. A variable's key is its object path, like in the graphs displayed above.\n",
524
524
"\n",
525
525
"Note: There is no higher level structure to the checkpoint. It only know's the paths and values for the variables, and has no concept of `models`, `layers` or how they are connected."
Copy file name to clipboardExpand all lines: site/en/install/pip.html
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ <h3>System requirements</h3>
44
44
Redistributable for Visual Studio 2015, 2017 and 2019</a></li>
45
45
</ul>
46
46
</li>
47
-
<li>Raspbian 9.0 or later</li>
48
47
<li><ahref="./gpu">GPU support</a> requires a CUDA®-enabled card <em>(Ubuntu and Windows)</em></li>
49
48
</ul>
50
49
@@ -117,16 +116,6 @@ <h3>Windows</h3>
117
116
<p>Install the <em>64-bit</em><ahref="https://www.python.org/downloads/windows/" class="external">Python 3 release for Windows</a> (select <code>pip</code> as an optional feature).</p>
118
117
</section>
119
118
120
-
<section>
121
-
<h3>Raspberry Pi</h3>
122
-
<p>Requirements for the <ahref="https://www.raspberrypi.org/downloads/raspbian/" class="external">Raspbian</a> operating system:</p>
0 commit comments