thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Tune using inter_op_parallelism_threads for best performance. Killed. #1106

Open ankitAMD opened 4 years ago

ankitAMD commented 4 years ago

This is also are coming with issue in mid section of code .

     OMP: Info #212: KMP_AFFINITY: decoding x2APIC ids.
     OMP: Info #210: KMP_AFFINITY: Affinity capable, using global cpuid leaf 11 info
     OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0
     OMP: Info #156: KMP_AFFINITY: 1 available OS procs
     OMP: Info #157: KMP_AFFINITY: Uniform topology
     OMP: Info #159: KMP_AFFINITY: 1 packages x 1 cores/pkg x 1 threads/core (1 total cores)
     OMP: Info #214: KMP_AFFINITY: OS proc to physical thread map:
     OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to package 0
     OMP: Info #250: KMP_AFFINITY: pid 6081 tid 6081 thread 0 bound to OS proc set 0

        WARNING:tensorflow:From /home/assetone-04/Music/Darkflow-object-detection-master/darkflow/net/build.py:15: The name tf.train.RMSPropOptimizer is deprecated. Please use tf.compat.v1.train.RMSPropOptimizer instead.

This pic is main issue.

error1

I executing below command on ubuntu 16.04 which are on VMware . Without showing any error Process are killed.

Command -->>>>>

  "python flow  --model cfg/yolo-1c.cfg --load bin/yolo.weights --train --annotation new_model_data/annotations --dataset new_model_data/images --epoch 400"

Please tell me what it meanings.and help to resolve this issue.

ankitAMD commented 4 years ago

@thtrieu, @abagshaw please help. Thanks a lot in advance. please help.