regnet icon indicating copy to clipboard operation
regnet copied to clipboard

Pytorch implementation of network design paradigm described in the paper "Designing Network Design Spaces"

Results 2 regnet issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for a GREAT repo! I think there might be a bug in the creation of RegnetX here: https://github.com/signatrix/regnet/blob/031b1b578a88a3594f20c3492ea4bd8d992057fd/src/regnet.py#L25 **Why would you multiply the `group_width` by the `bottleneck_ratio`?** I...

First, thanks for the awesome work of re-implementing RegNet. I am having difficulty of reproducing the results for `RegNetY-0.4GF`. The configurations are taken from the [original repo](https://github.com/facebookresearch/pycls/blob/master/configs/dds_baselines/regnety/RegNetY-400MF_dds_8gpu.yaml): ``` group_width =...