Hello I am working on the Exploring Adversarial Machine Learning but am finding the course a bit challenging and the course time to not be sufficient.
I have been able to complete the assessments except for 1 of them, as I am not able to pass the one on Poisioning. Unfortunately the course says its requires a 90 out of 100 score to receive the certificate, even though I have what is normally a sufficient source to pass, so this requires passing the Poisioning assessment.
I am wondering if I can recieve any additional tips on completing the poisioning assessment, if you can re-consider to lower the score need to receive the certificate, and/or if I can receive additional course time.
For the Poisioning asssessment I believe I have the code correct except I am just struggling with tuning the parameters for Witches Brew like epochs, trials, epislon, and percent posioned. Unfortunatey the lab doesn’t provide ones that pass and even says " You may never land on a successful poisoning and that is okay!" but if you want to complete the assessment this is not okay i you don’t have a successful poisioning.
I will note that it takes a while to run a few trials with 75 epochs.
I will also point out that it appears the Poisioning asssessment actually currently has a bug, although I was able to work around this. cifar.py is located in the 8_course_asssessment folder and refers to on line 227model_path = “models/cifar10-resnet18-pytorch-notebook.pth” but the model folder does not even exist in the 8_course_asssessment folder. I was able to move it over from the labs though to work around this.
Thanks for your help in advance.