Auquan/Tutorials

Tensorboard Plot View

Opened this issue · 1 comments

Very interesting code to ML for Trading. Having tried
tensorboard --logdir=tb_logs/
for several times, still couldn't view the live plots because of Tensorboard timeout issue. Is there anyway to solve or better way to view results?

Thank you.

I am also encountering the same problem of the visualisation.
I get the result of the strategy and I use the codes in my jupyter notebook:
%reload_ext tensorboard %tensorboard --logdir=r'/content/tb_logs'
I can't get the visualisation. Is that something I am doing wrong? What is the step of the visualisation?