Vladislav Tumko
Vladislav Tumko
Remove all Bio.Alphabet occurrences due to official documentation https://biopython.org/wiki/Alphabet.
Hello! @davorrunje, is this project still alive and requires contribution?
As long as there is duplicated naming of finetune_eval in `benchmarks/imagenet/resnet50/finetune_eval.py` and `benchmarks/imagenet/vitb16/finetune_eval.py` mypy throws an exception when running `pre-commit run --all-files`: ```plaintext benchmarks/imagenet/vitb16/finetune_eval.py: error: Duplicate module named "finetune_eval" (also...
Fixes #7980. Closes #8001. ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change (fix or new feature that...