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
Once the training process has been initiated, you should see a series of print outs similar to the
449
449
one below (plus/minus some warnings):
450
450
451
-
.. code-block::
451
+
.. code-block::bash
452
452
453
453
...
454
454
WARNING:tensorflow:Unresolved object in checkpoint: (root).model._box_predictor._base_tower_layers_for_heads.class_predictions_with_background.4.10.gamma
@@ -529,13 +529,13 @@ The steps to run the evaluation are outlined below:
529
529
- See lines 178 and 181 of the script in :ref:`config_training_pipeline_sec`.
530
530
3. The third step is to actually run the evaluation. To do so, open a new `Terminal`, ``cd`` inside the ``training_demo`` folder and run the following command:
Once the above is run, you should see a checkpoint similar to the one below (plus/minus some warnings):
537
537
538
-
.. code-block::
538
+
.. code-block::bash
539
539
540
540
...
541
541
WARNING:tensorflow:From C:\Users\sglvladi\Anaconda3\envs\tf2\lib\site-packages\object_detection\inputs.py:79: sparse_to_dense (from tensorflow.python.ops.sparse_ops) is deprecated and will be removed in a future version.
0 commit comments