Commit a6091ec4 authored by Christopher Shallue's avatar Christopher Shallue
Browse files

Fix typo in README.md

parent 0b15c18a
...@@ -239,7 +239,7 @@ bazel build astronet/... ...@@ -239,7 +239,7 @@ bazel build astronet/...
TFRECORD_DIR="${HOME}/astronet/tfrecord" TFRECORD_DIR="${HOME}/astronet/tfrecord"
# Preprocess light curves into sharded TFRecord files using 5 worker processes. # Preprocess light curves into sharded TFRecord files using 5 worker processes.
bazel-bin/tensorflow/data/generate_input_records \ bazel-bin/astronet/data/generate_input_records \
--input_tce_csv_file=${TCE_CSV_FILE} \ --input_tce_csv_file=${TCE_CSV_FILE} \
--kepler_data_dir=${KEPLER_DATA_DIR} \ --kepler_data_dir=${KEPLER_DATA_DIR} \
--output_dir=${TFRECORD_DIR} \ --output_dir=${TFRECORD_DIR} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment