logix-project / logix

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

It seems like the log extracting part( generation of `log_chunk_{idx}.mmap` part) gotten bit slower after `AnalogState` deployment. #48

Closed eatpk closed 11 months ago

eatpk commented 11 months ago

As title.

you can compare the compute_influence.py from mnist examples from...

the current main, 5670e7434dda9a201a1f198daa3277c0c1c933d2 and 84cb85408c2b0c050b0d18c80c611090395e0b9e

perhaps. Let me know if this is not an issue.

sangkeun00 commented 11 months ago

How slow is the current main code compared to the old one? Did you only compare the total running time of compute_influence.py?

eatpk commented 11 months ago

Nevermind, it is within the range i think. it took 29 sec before and 33 sec after, which is within the range.