logix-project / logix

AI Logging for Interpretability and Explainability🔬
Apache License 2.0
86 stars 6 forks source link

Error handling in precondition function of InfluenceFunction #31

Closed YoungseogChung closed 11 months ago

YoungseogChung commented 11 months ago

Error handling in precondition function of InfluenceFunction to handle when hessian is not computed.

sangkeun00 commented 11 months ago

Overall, LGTM. One comment is that it would be nice if you can throw warning before returning source. You can refer to this for warning logging.