SemiBin icon indicating copy to clipboard operation
SemiBin copied to clipboard

Error: provided pretrained model only used in single-sample binning!

Open yazhinia opened this issue 1 year ago • 3 comments

Hi, I am using SemiBin2 single_easy_bin command with pretrained model and 10 samples. I get an error that provided pretained model (global or ocean) only used in single-sample binning!.

Is it expected?

Thank you.

Best, Yazhini

yazhinia avatar Aug 14 '24 08:08 yazhinia

Yes, as of now, pretrained models can only be used for single-sample binning. This is because the model depends on the number of samples and we'd have to have a pretrained model for 10 samples (and another for 11 samples and another for 12 sample, &c)

luispedro avatar Aug 15 '24 05:08 luispedro

Thank you for the reply. So If I understand correctly that I have to run SemiBin(2) with training mode if I have more than 1 samples for the dataset.

yazhinia avatar Aug 19 '24 09:08 yazhinia

Yes, that is a current limitation

luispedro avatar Aug 29 '24 06:08 luispedro