Skip to content
Snippets Groups Projects
Commit 4802606d authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Ignore doctest block

parent 091a07e0
No related branches found
No related tags found
1 merge request!69For some reason tensorflow 1.9 changed such index from 1 to 0
Pipeline #24069 passed
...@@ -171,7 +171,7 @@ Explicitly triggering the estimator ...@@ -171,7 +171,7 @@ Explicitly triggering the estimator
................................... ...................................
.. doctest:: .. doctest::
+SKIP
>>> estimator = Logits( >>> estimator = Logits(
... architecture, ... architecture,
... optimizer=tf.train.GradientDescentOptimizer(1e-4), ... optimizer=tf.train.GradientDescentOptimizer(1e-4),
...@@ -182,7 +182,7 @@ Explicitly triggering the estimator ...@@ -182,7 +182,7 @@ Explicitly triggering the estimator
... model_dir=model_dir, ... model_dir=model_dir,
... ) ... )
>>> tf.estimator.train_and_evaluate(estimator, train_spec, eval_spec) >>> tf.estimator.train_and_evaluate(estimator, train_spec, eval_spec)
Triggering the estimator via command line Triggering the estimator via command line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment