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

FileNotFoundError: This parameter file does not exist #7

Open
Jhongn opened this issue Apr 26, 2022 · 2 comments
Open

FileNotFoundError: This parameter file does not exist #7

Jhongn opened this issue Apr 26, 2022 · 2 comments

Comments

@Jhongn
Copy link

Jhongn commented Apr 26, 2022

Thanks for sharing!
I want to reproduce the experiment of ALDS.
When I execute the command python -m experiment.main param/cifar/prune/resnet20.yaml, I get the following error FileNotFoundError: This parameter file does not exist.
I tried to trace the code but still can't solve the problem.
Maybe I misunderstood some part,I hope you can answer it for me, thank you very much!

@Raywoo1
Copy link

Raywoo1 commented Jul 12, 2022

I also encountered this problem. Have you solved it?

@Q-H-Zhang
Copy link

I temporarily fixed the problem by fixing the code in /root/workspace/zqh/torchprune/paper/alds/param/cifar/prune/resnet20.yaml

replace
file: "paper/alds/param/cifar/prune/common.yaml"
by:
file: "param/cifar/prune/common.yaml"

PS:Temporary solution

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

3 participants