Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorboard only shows a single point #144

Open
mortonjt opened this issue Aug 13, 2020 · 0 comments
Open

Tensorboard only shows a single point #144

mortonjt opened this issue Aug 13, 2020 · 0 comments

Comments

@mortonjt
Copy link
Collaborator

There are edge cases where tensorboard will only show a single dot
image

This means that MMvec only ran a single step. There are a couple of known things that could cause this

  1. The number of sequences in the dataset is smaller than the batch size. In which cause you need to decrease the batch size (the default is a batch size of 50 sequences)
  2. The number of epochs is only 1, which case you need to increase the number of epochs
  3. Your summary interval is too long. It is possible that your summary interval is longer than your actual MMvec run, in which case you need to decrease your summary interval to something reasonable (i.e. 100x smaller than the length of your MMvec run).

If this is helpful, we will migrate the contents inside of this issue to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant