Skip to content

Could not find a version of LSTM under TensorFlow using synthetic data. #30

@b1ueshad0w

Description

@b1ueshad0w

Line 320-324 from file dlbench/synthetic/experiments/tensorflow/rnn/lstm/ shows that it use real data rather than synthetic data:

def main(_):
  if not FLAGS.data_path:
    raise ValueError("Must set --data_path to PTB data directory")

  raw_data = reader.ptb_raw_data(FLAGS.data_path)
  train_data, valid_data, test_data, _ = raw_data

So I wonder whether a synthetic version of LSTM in TensorFlow exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions