在使用 tensorflow 训练目标检测模型时,我们总是输入
python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_pets.config
但我想知道“--logtostderr”的功能是什么?如果省略呢?
object-detection tensorflow tensorflow-lite
object-detection ×1
tensorflow ×1
tensorflow-lite ×1