Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in executing baselines #7

Open
krishna-fujitsu opened this issue Oct 25, 2024 · 1 comment
Open

Error in executing baselines #7

krishna-fujitsu opened this issue Oct 25, 2024 · 1 comment

Comments

@krishna-fujitsu
Copy link

Hi, there are so many errors while executing the baseline results.

For example I'm trying to run dynamask, In saliency_exp_synth.py there is a line "from txai.models.modelv6_v2 import Modelv6_v2"

But there is no such model in txai.

@zichuan-liu
Copy link
Owner

zichuan-liu commented Oct 25, 2024

Hi, if u want to excute baselines, please set args.exp_method == 'dyna' , where options are ['ig', 'dyna', 'winit', 'ours']
Modelv6_v2 is the code of the author of TimeX see here, and our baseline results of paper mainly from the TimeX
Due to the complexity and redundancy of the entire txai, it is no need for Modelv6_v2 and I have partially deleted it. For clarity, I will update it in the next two weeks, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants