VDIGPKU / OPANAS

[CVPR 2021]OPANAS: One-Shot Path Aggregation Network Architecture Search for Object Detection
Apache License 2.0
44 stars 7 forks source link

what is the meaning of 'architecture' in the forward function in opa_fpn.py? #2

Open wjgaas opened 3 years ago

wjgaas commented 3 years ago

in the opa_fpn.py, what is the meaning of 'architecture' in the forward function?

def forward(self, inputs, architecture=None):

tingtingliangvs commented 3 years ago

We pass the sampled sub-network (architecture) for search (supernet training and EA search).