This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
[Feature Request] Add option to use functorch
for BasicEnsemble
#162
Labels
🚀 Feature Request
Change
BasicEnsemble
to optionally usefunctorch.vmap
.Motivation and Pitch
Is your feature request related to a problem? Please describe.
BasicEnsemble
lets the user provide arbitrary models, which are stacked together using a very naive loop-based implementation. We should be able to do this more efficiently now usingfunctorch
.The text was updated successfully, but these errors were encountered: