AI4LIFE-GROUP / OpenXAI

OpenXAI : Towards a Transparent Evaluation of Model Explanations
https://open-xai.github.io/
MIT License
232 stars 39 forks source link

[FEATURE REQUEST] Clean up hard-coded paths #4

Closed jiaqima closed 1 year ago

jiaqima commented 2 years ago

There are some hard-coded paths such as ./openxai/ML_Models/Saved_Models/ANN/gaussian_lr_0.002_acc_0.91.pt. This is not very friendly to an external API call as one may not be running code at the root of OpenXAI folder.

We should refactor the code to clean up such hard-coded paths.

A good solution might be hosting these files on a Google Drive, which will also reduce the repo size.