martin-gorner / tensorflow-rnn-shakespeare

Code from the "Tensorflow and deep learning - without a PhD, Part 2" session on Recurrent Neural Networks.
Apache License 2.0
534 stars 249 forks source link

Tensorboard #20

Closed cadupont23 closed 6 years ago

cadupont23 commented 6 years ago

I receive this error: ValueError: A logdir must be specified when db is not specified. Runtensorboard --helpfor details and examples.

when I enter the command: tensorboard --log-dir=log

How to fix??

vbehrani commented 6 years ago

there is typo. Use "--logdir". Remove the hyphen.

martin-gorner commented 6 years ago

Thanks vbehrani for the answer