NormAE
NormAE copied to clipboard
Bug: mismatch between example / normae CLI help and read_and_preprocess
The README says that the input dataset should be in feature x sample format:
https://github.com/luyiyun/NormAE/blob/4f642d1d84c9c5a7e98ef576925e8eb9052f8a06/src/normae/cli.py#L95-L100
but read_and_preprocess from 'src/normae/cli.py' expect samples in rows:
https://github.com/luyiyun/NormAE/blob/4f642d1d84c9c5a7e98ef576925e8eb9052f8a06/src/normae/cli.py#L41