This is a python package(MIT Licensed and uploaded on PyPi) that helps mitigate catastrophic forgetting while fine tuning. Fine tuning is one of the most relevant things out there at this moment, but it can set some drawbacks. While fine tuning on new data, some previous knowledge may get lost. That’s what pyrecall helps detect. To get started, do “pip install pyrecall” in your terminal in VSCode(or any code editor) and get started. Use https://pyrecall.github.io/Pyrecall/ to get pyrecall in action!