You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Line 320-324 from file
dlbench/synthetic/experiments/tensorflow/rnn/lstm/
shows that it use real data rather than synthetic data:So I wonder whether a synthetic version of LSTM in TensorFlow exists.
The text was updated successfully, but these errors were encountered: