我正在按照本教程创建一个新模型https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/training.html但是当我尝试训练模型时,我执行以下句子:
python model_main_tf2.py --model_dir=models/my_ssd_resnet50_v1_fpn --pipeline_config_path=models/my_ssd_resnet50_v1_fpn/pipeline.config
Run Code Online (Sandbox Code Playgroud)
这是输出:
2020-10-21 14:01:05.982155: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2020-10-21 14:01:06.000363: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fbb44f076b0 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2020-10-21 14:01:06.000386: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
WARNING:tensorflow:There are …Run Code Online (Sandbox Code Playgroud)