I am new to kur and just trying it out.
with kur -v train speech.yml
, it runs fine but with some annoying messages: 1. The tensorflow is not compiling SSE instructions; 2. system library 'libmagic' can't be found.
Should I worry about these? should I do something about these?
Thanks a lot! @AdamSypniewski where is the best place to ask questions about kur?
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
[INFO 2017-02-26 14:33:20,651 kur.backend.keras_backend:654] Waiting for model to finish compiling...
[WARNING 2017-02-26 14:33:20,657 kur.utils.audiotools:98] Python package "magic" could not be loaded, possibly because system library "libmagic" could not be found. We are falling back on our own heuristics.