I get the following
2019-12-18 16:19:48.785719: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-12-18 16:19:48.801218: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fc8d0371a90 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2019-12-18 16:19:48.801253: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
but nothing else...
How do you use this script to predict based on the initial training?
Can you please give me an example.
@lmcasam sorry for the confusion. I actually realised that script I wrote was for predicting multiple models. I will commit a simpler version of it soon.
When I run the script for predict-binary.py
I get the following 2019-12-18 16:19:48.785719: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2019-12-18 16:19:48.801218: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fc8d0371a90 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2019-12-18 16:19:48.801253: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
but nothing else... How do you use this script to predict based on the initial training? Can you please give me an example.