-
Notifications
You must be signed in to change notification settings - Fork 197
TruLens Explain_Improvements
Piotr Mardziel edited this page May 30, 2024
·
1 revision
- Should
InputInfluence
(emphasis on "input") handle embeddings as if they are "inputs"? Alternatively can create new class for such the situation or just suggest to useInternalInfluence
.
- Add option for different output formats: html, latex, ...
- Add some configuration of output formatting within a format: colors, etc.
-
Implement all common options for all backends; most relevant method is fprop.
- keyword argument handling (see pytorch fprop)
- rnn time index handling (see pytorch fprop)
- numpy return (see tf2 fprop)
- Interventions on multiple layers.
- Factor out redundancies especially between the backends.
- Example of NLP model from tfhub.
- Examples of NLP model internal attributions (considering "embeddings" to be input here).
- (Issue) Non-deterministic outputs even when using CPU only.