-
What is the easiest way to download or make checkpoints for models not on the server at https://s3.ap-northeast-2.amazonaws.com/open-mmlab? It looks like there are very few `mmdetection/v2.0/` models …
-
Hello Everyone
I am running some experiments using pycls and despite my best efforts, I was not able to run [RegNetX-200MF_dds_8gpu.yaml](https://github.com/facebookresearch/pycls/blob/master/confi…
-
What is the difference between these two models in pycls modelzoo.md
-
```
from regnet import *
model = regnetx_320()
```
AttributeError: 'RegNet' object has no attribute 'bn3'
Is there any demo I can follow?
-
Edit : (I separated this question from a previous issue #3 )
This paper considers network design spaces similar to the approach taken in the recent RegNet paper ([Designing Network Design Spaces]…
-
Hi, @rajprateek @ir413
For config files under `configs/dds_baselines`, only `RegNetX` and `RegNetY` set the `WARMUP_EPOCH 5` .
And the default `WARMUP_EPOCH` value is 0 that is set in [core/co…
-
Hi - I appreciate there's already an open issue related to speed, but mine is slightly different.
When I run
`python tools/time_net.py --cfg configs/dds_baselines/regnetx/RegNetX-1.6GF_dds_8gpu.…
-
Hi, I'm confused when I check the numbers in the Figure 15.
Take the `RegNetX-3.2GF` for example. The params are as following
```
d = [2, 6, 15, 2]
w = [96, 192, 432, 1008]
wa = 26
w0 = 88
…