paullintilhac / cosc189-project

MIT License
0 stars 0 forks source link

get recons-retrain defense to work #32

Closed paullintilhac closed 2 years ago

paullintilhac commented 2 years ago

the code needs to be updated slightly so that we can do a hybrid defense where we do rd, project back to the initial space, and then retrain again. It appears to be working in some code I have now, but I will need to retrain all of the models again. Doing it for the pca and n_epoch=50 first to check that it's working (i.e. that it's outperforming the recons defense for n_epoch=50), before proceeding with n_epoch=150. for pca, kpca; nd=100,200.

paullintilhac commented 2 years ago

changes have been pushed to the nn_models branch