Closed rcannood closed 3 years ago
This is a good addition. One thing to point out: Under train_model.py
, the --nofilter
option is only handled if --shareseq
and --snareseq
are not specified. This seems reasonable, but it'd be better for the CLI help docs to be explicit about this. I will make a separate commit to address this after merging.
Thanks!
This PR adds an argument which skips filtering. This allows training babel methods on small (synthetic) datasets. If filtering is not turned off, the dataset is completely empty after filtering.