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 #4

Open
sustech-lz opened this issue Apr 2, 2024 · 3 comments
Open

FileNotFoundError #4

sustech-lz opened this issue Apr 2, 2024 · 3 comments

Comments

@sustech-lz
Copy link

Dear CownowAn and HayeonLee,

I hope this message finds you well. First and foremost, I would like to express my profound gratitude for your work on the DiffusionNAG project and for making the code available on GitHub. Your contribution to the field is immensely appreciated, and it's clear that a lot of effort and dedication went into this project.

As I was exploring the repository and attempting to replicate your impressive results, I encountered a missing file that seems to be crucial for the execution of the code. Specifically, the file located at ‘./data/ofa/data_transfer_nag/predictor/processed/database_219152_14.0K.pt’ is not present in the repository. This appears to be an essential part of the data processing pipeline, and its absence has halted my progress.

Could you kindly provide guidance on how to obtain or generate this file? Thank you once again for your outstanding contribution to the community.

@HayeonLee
Copy link
Collaborator

Hi, thank you for having an interest in our paper. Could you please let me know which step such error occur? I will update the files.
The below files will be temporarily helpful.
https://www.dropbox.com/scl/fo/uqf2spuefw8i91u305cns/h?rlkey=wja5o3hrqmp5ramm9lpasgs2c&dl=0

@sustech-lz
Copy link
Author

sustech-lz commented Apr 3, 2024

Hi, Thank you very much for your prompt response and for providing the temporary files. I have downloaded them, and they indeed seem to be what I was missing. Your support is greatly appreciated.

To clarify the issue, the error occurs when the code attempts to load the file from the specific path ./data/ofa/data_transfer_nag/predictor/processed/database_219152_14.0K.pt. It appears that during the initial setup and data preparation steps(

if not os.path.exists(self.dpath + f'{self.dname}_train.pt'):
), this file, among possibly others, is not correctly loaded or is absent from the provided resources. This leads to a halt in the execution, as the program cannot find the required data to proceed.

I believe the files you've kindly shared through Dropbox will resolve this issue, as they seem to be the missing components.

image

@sustech-lz
Copy link
Author

sustech-lz commented Apr 3, 2024

Hi, I'm sorry to trouble you again, when I run the command bash script/transfer_nag.sh 0,1 cifar10, I receive the following error message. Strangely, the operation before the 23rd round was normal, but when it reached the 5165th structure, an error occurred. Could you please provide further information to solve these problems?

image

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