Open X02cinnamondirty opened 9 months ago
Hi!
Thanks for raising an issue on this. This is a known problem with the way we currently calculate metrics in the SequenceModule class. We are working on a refactor of the LightningModules here (https://github.com/ML4GLand/SeqModels/tree/dev).
For now, you can workaround this by including arguments in the metric_kwargs
for the SequenceModule. You can find an example of that here: https://github.com/ML4GLand/use_cases/blob/dev/Basset/train_eugene.ipynb. I'm happy to assist if you have a specific use case that's causing an error.
num_outputs may have some fault