image-similarity icon indicating copy to clipboard operation
image-similarity copied to clipboard

halts at extract_feature()

Open mochechan opened this issue 6 years ago • 1 comments

The program halts at extract_feature() when I attempt to use:

https://github.com/ryanfwy/image-similarity/blob/master/model_util.py#L80

WARNING: Logging before flag parsing goes to stderr. W0730 05:50:29.938363 140420368611136 deprecation.py:506] From /root/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/init_ops.py:1251: calling VarianceScaling.init (from tensorflow.python.ops.init_ops) with dtype is deprecated and will be removed in a future version. Instructions for updating: Call initializer instance with the dtype argument instead of passing it to the constructor 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-39 OMP: Info #156: KMP_AFFINITY: 40 available OS procs OMP: Info #157: KMP_AFFINITY: Uniform topology OMP: Info #179: KMP_AFFINITY: 2 packages x 10 cores/pkg x 2 threads/core (20 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 core 0 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to package 0 core 0 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to package 0 core 1 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to package 0 core 1 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to package 0 core 2 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to package 0 core 2 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to package 0 core 3 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to package 0 core 3 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to package 0 core 4 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to package 0 core 4 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to package 0 core 8 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to package 0 core 8 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to package 0 core 9 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to package 0 core 9 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to package 0 core 10 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to package 0 core 10 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to package 0 core 11 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to package 0 core 11 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to package 0 core 12 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to package 0 core 12 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to package 1 core 0 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to package 1 core 0 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to package 1 core 1 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to package 1 core 1 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to package 1 core 2 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to package 1 core 2 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to package 1 core 3 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to package 1 core 3 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to package 1 core 4 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to package 1 core 4 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to package 1 core 8 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to package 1 core 8 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to package 1 core 9 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to package 1 core 9 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to package 1 core 10 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to package 1 core 10 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to package 1 core 11 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to package 1 core 11 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to package 1 core 12 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to package 1 core 12 thread 1 OMP: Info #250: KMP_AFFINITY: pid 2646 tid 2646 thread 0 bound to OS proc set 0 2019-07-30 05:50:32.167679: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set. If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU. To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile. Loading MobileNet.

test1: download starts.

mochechan avatar Jul 30 '19 05:07 mochechan

help

Soviby avatar Apr 20 '22 05:04 Soviby