0

After successful installation of Python and TensorFlow, when I ran the given program to test my installation, I got the following errors

enter image description here

hzitoun
  • 5,492
  • 1
  • 36
  • 43
  • 1
    Don't post screenshots of text. Please [edit] your question to include the text of the error, in a code block (use the `{}` formatting button) – SiHa Feb 16 '17 at 13:06
  • 1
    Possible duplicate of [TensorFlow version 1.0.0-rc2 on Windows: "OpKernel ('op: "BestSplits" device\_type: "CPU"') for unknown op: BestSplits" with test code](http://stackoverflow.com/questions/42217532/tensorflow-version-1-0-0-rc2-on-windows-opkernel-op-bestsplits-device-typ) – Franck Dernoncourt Feb 16 '17 at 14:34

1 Answers1

0

There are just warnings. Don't worry, you can ignore them unless you need to use some of these operators: BestSplits,CountExtremelyRandomStats,...

Changming Sun
  • 857
  • 2
  • 7
  • 19