We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707730f commit 1d135f9Copy full SHA for 1d135f9
tensorboard/plugins/projector/vz_projector/vz-projector-dashboard.ts
@@ -31,7 +31,8 @@ class VzProjectorDashboard extends PolymerElement {
31
32
<li>
33
You are not saving any checkpoint. To save your model, create a
34
- <a href="https://www.tensorflow.org/api_docs/python/tf/train/Saver"
+ <a
35
+ href="https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Saver"
36
><code>tf.train.Saver</code></a
37
>
38
and save your model periodically by calling
0 commit comments