S
S
SKEPTIC2019-05-19 20:38:34
Python
SKEPTIC, 2019-05-19 20:38:34

tensorflow error?

WARNING:tensorflow:From C:\Users\User\Anaconda3\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
2019-05-19 20:33:57.473395: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
2019-05-19 20:33:57.736867 : I tensorflow/core/common_runtime/process_util.cc:71] Creating new thread pool with default inter op setting: 12. Tune using inter_op_parallelism_threads for best performance.
What is this text?
I inserted this text into the translator, but he did not give out anything sensible, he translated approximately himself, but did not understand anything

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Fixid, 2019-05-19
@pro100chel

1. Just a warning that the colocate_with function will not be available in future versions
2. Your processor can use AVX AVX2 instructions, but you did not activate them in the program
3. Not the optimal number of threads, it is recommended to configure

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question