From 77beb7ebec58ce5541152bb0a6df38db8004b832 Mon Sep 17 00:00:00 2001 From: Dawith Lim Date: Tue, 28 Oct 2025 12:50:09 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae85bd7..d916b35 100755 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Model inputs (x): Encoder output (y): * Two 1xN one-hot encoded classification vectors that predicts sample type and treatment applied. -To run encoding, use `python train.py`. This is subject to change later when the decoder is actually operational and there is a need to distinguish the training code file names. +To run encoding, use `python train_encoder.py`. This is subject to change later when the decoder is actually operational and there is a need to distinguish the training code file names. ### Decoding -Work in progress +To run decoding, use `python decodertest.py`. This is subject to change later as this is only a "test" version of the decoder training workflow. ### Model evaluation tool