Awesome
Bonfire
A backend library for multiple instance learning implemented in PyTorch.
Disclaimer
This is a WIP personal project, so there will often be changes to the main branch and
backward compatibility is not guaranteed.
Installation
- Clone in as submodule:
git submodule add git@github.com:JAEarly/bonfire.git
- Install submodule as an editable package:
pip install -e bonfire
- Manually install PyTorch with CUDA support.