Skip to content

Tensorboard only shows a single point #144

Description

@mortonjt

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions