Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 authored Nov 3, 2025
1 parent e7335f1 commit e4a5f75
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 @@ -29,7 +29,7 @@ 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_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.
To run encoding, use`python train_model.py` with `train_decoder=true` in the parameters file.

### Decoding
Required Inputs:
Expand All @@ -41,7 +41,7 @@ Model inputs (y):
Decoder output (x'):
* One 133x35 matrix that can be split into 130x35 spectra, 1x35 backscatter brightness, normalized standard deviation, and foreground pixel count.

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.
To run decoding, use `python train_model.py` with `train_decoder=true` in the parameters file.

### Model evaluation tool

Expand Down

0 comments on commit e4a5f75

Please sign in to comment.