MikeOfZen / Yet-Another-Openpose-Implementation

This project reimplements from scratch the OpenPose paper (Cao et al,2018), Using Tensorflow 2.1 and optional TPU powered training.
Mozilla Public License 2.0
92 stars 26 forks source link

No training configuration found #6

Closed athulvingt closed 3 years ago

athulvingt commented 4 years ago

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 To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2020-10-29 18:33:28.048836: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x28fed30a060 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2020-10-29 18:33:28.049306: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version WARNING:tensorflow:No training configuration found in save file, so the model was not compiled. Compile it manually.

i got this while running cam.py, what was i asked to compile manually (last line). Could u pls explain this to me