torchprune icon indicating copy to clipboard operation
torchprune copied to clipboard

FileNotFoundError: This parameter file does not exist

Open Jhongn opened this issue 3 years ago • 2 comments

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!

Jhongn avatar Apr 26 '22 08:04 Jhongn

I also encountered this problem. Have you solved it?

Raywoo1 avatar Jul 12 '22 11:07 Raywoo1

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

Q-H-Zhang avatar May 22 '23 12:05 Q-H-Zhang