From 21a53463461d6f908a0ebec9983907974533c1a6 Mon Sep 17 00:00:00 2001 From: belyaeva Date: Mon, 27 Feb 2023 16:03:45 -0800 Subject: [PATCH] Small fix to path in training tutorial. PiperOrigin-RevId: 512757088 --- docs/train_tpu_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/train_tpu_model.md b/docs/train_tpu_model.md index 19ea315..67a86f8 100644 --- a/docs/train_tpu_model.md +++ b/docs/train_tpu_model.md @@ -182,7 +182,7 @@ to confirm that we can still run the simple test after installing DeepConsensus. ## Set up variables and files ```bash -BASE_DIR=/mnt/disks/persist/dc220828_shuf_ins_trim5 +BASE_DIR=/mnt/disks/persist/dc_training_examples export DC_TRAIN_DIR="${HOME}/dc-model" export TF_EXAMPLES="${BASE_DIR}/tf-examples" # This should already be there. export DC_TRAIN_OUTPUT="${DC_TRAIN_DIR}/output"