lukemelas / EfficientNet-PyTorch

A PyTorch implementation of EfficientNet

Repository from Github https://github.comlukemelas/EfficientNet-PyTorchRepository from Github https://github.comlukemelas/EfficientNet-PyTorch

What is the function "extract_endpoints"?

PeterKim1 opened this issue · comments

Hello.

I have a question about function 'extract_endpoints'

https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py#L231

what is reduction level ? (https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py#L240)

and I want more explanation about this function.

Thanks.