Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 authored Oct 28, 2025
1 parent b3bfa1b commit 77beb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77beb7e

Please sign in to comment.