haoyangliASTAPLE / 3DFed

36 stars 4 forks source link

Incompatible with original paper in Deepsight defense #8

Open ybdai7 opened 8 months ago

ybdai7 commented 8 months ago

Hi,

I may find a mistake in the deepsight.py which is incompatible with the original paper. I think the >= in line 54 should be <= or < according to the original paper "A model is labeled as poisoned, iff its number of Threshold Exceedings is below this threshold."

Please enlighten me if i make any mistake.