main.py only seems to run linear and tree models, not a CNN with a colluding adversary.
Have I interpreted this correctly? Is the code for the colluding adversary available?
Your interpretation is correct. After digging through some old code, I found
this, which was written by my advisor @mfredrik. I haven't tried to run it, but maybe you'll find it helpful.
main.py
only seems to run linear and tree models, not a CNN with a colluding adversary. Have I interpreted this correctly? Is the code for the colluding adversary available?