1

I have Windows 7 and the latest tensorflow (version 1.3), and Python 3 installed.

The command I'm running is from cmd:

tensorboard --logdir=c:\tmp\retrain_logs

My installations (tensorflow)

pip3.6 list:

tensorflow (1.3.0)
tensorflow-gpu (1.2.0rc2)
tensorflow-tensorboard (0.1.8)

The error message I'm getting is:

Fatal error in launcher: Unable to create process using '"'

Any ideas?

Thank you.

Engineero
  • 12,340
  • 5
  • 53
  • 75
Moondra
  • 4,399
  • 9
  • 46
  • 104

1 Answers1

0
python -m tensorflow.tensorboard --logdir...
ivan7707
  • 1,146
  • 1
  • 13
  • 24