-
Notifications
You must be signed in to change notification settings - Fork 8
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
Do you have any detailed documentation? #32
Comments
Hello, author! Thank you for your work. The problem I encountered is: Many .pt model files are obtained through public file training, but the next step is not given in README.md. Can we get the blurry picture as in the paper through the trained model? Or can the detailed file describe the next use of the model?And in the public file, gradcam.py is missing test_all_experiment_models,combine_models_for_analysis. Will the absence of these two files affect the results of the experimental test? |
Hi @TimefliesG ! There are some images that might not be possible to get through the |
If you can tell your exact requirement, I might be able to help more. |
Thank you for your answer. @tremblerz |
Are the defense mechanisms you mentioned in your DISCO paper not included in this benchmark? If I want to do research in this area, can you open source related content? |
Hi @TimefliesG can you mention which specific ones are you referring to? We have most of them integrated and a very few left to be merged from the PRs |
Hello @tremblerz Sorry for not replying to you in time due to time difference and classes etc. I am referring to the algorithm part (algos folder), such as disco.py in the algorithm, this file is empty, is it the dynamic and invariant sensitive channel fuzzing method for deep neural networks mentioned in the DISCO paper? |
We should have disco merged very soon. If you wanna use it right away you can find it here https://github.com/splitlearning/InferenceBenchmark/blob/main/public/config.json, run python main.py in that directory and modify the config accordingly |
Thank you for your work on this, I'll keep following and learning from this work ! |
Hi @tremblerz In the data folder, dataset_utils.py does not contain UTKFace, but it is referenced in line 72 of loaders.py. Was this part not added? |
I think it might have been kicked out due to some pull request, we will try to bring it back |
In public, using gram-cam.py, the necessary files are missing: test_all_experiment_models and combine_models_for_analysis. At line 510, output_dir is missing. Could you mind provide the corresponding code for learning, thanks! |
Looking forward to your reply. Thank you.
The text was updated successfully, but these errors were encountered: