torch-influence
torch-influence copied to clipboard
feat: Add docstrings; Add Support for UserDict in _transfer_to_device
This PR
- Docstrings: Adds docstring to undocumented methods in base.py
-
torch-influence&transformers: Updates the_transfer_to_devicemethod to supportUserDictinstances. The Hugging FaceBatchEncodingclass, which is a common otype for a batch in the library, inherits fromUserDictbut not fromdict. This change ensures that_transfer_to_devicecorrectly handles these batch types, fixing error-raising in_transfer_to_devicethat preventedtorch-influencefrom working seamlessly with the transformers library.