MCPcopy Create free account
hub / github.com/THUYimingLi/BackdoorBox / forward

Method forward

core/attacks/ISSBA.py:545–548  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

543 self.random_horizontal_flip = transforms.RandomHorizontalFlip(p=0.5) # A.RandomHorizontalFlip(p=0.5)
544
545 def forward(self, x):
546 for module in self.children():
547 x = module(x)
548 return x
549
550
551class ISSBA(Base):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected