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

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

Open
b1ueshad0w opened this issue Mar 30, 2018 · 0 comments

Comments

@b1ueshad0w
Copy link

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.

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