🌟 **Feature Release**
- `94a10b03` - Refactor Images, Embeddings and Metadata as a stateful classes using Dataset inputs
- `353ac6bd` - Add DataProcessor class to handle extraction of images, embeddings, targets and metadata from datasets
🛠️ **Improvements and Enhancements**
- `529e5595` - Merging current WIP state of OODdetector, based on universal embeddings from sigma-optimal-VAE, along with OOD_VAE_minimal notebook.
👾 **Fixes**
- `a2a7057e` - Adjust merge to handle numpy arrays
Adds in a numpy array check and if true returns the array as a list prior to normal processing
📝 **Miscellaneous**
- `e55cb3f2` - Use cpu as default torch device