daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 212 forks source link

Cannot run tensorboard projector #147

Open retr00h opened 4 years ago

retr00h commented 4 years ago

I had to use an older version of tensorflow (specifically, I only changed the first line in the requirements.txt file to tensorflow-gpu==1.14) in order for the training to even start.

Now I'm in the 2nd epoch (I'm using around 20M pairs of comments) but when trying to access tensorboard's projector page I have this page:

image

I can see the "scalars" page just well though

89Q12 commented 4 years ago

With tensorflow/-gpu==1.12.0 you should have zero problems but what version of tensorboard do you have?

retr00h commented 4 years ago

With tensorflow/-gpu==1.12.0 you should have zero problems but what version of tensorboard do you have?

I'm using tensorflow-gpu==1.14