dmcp icon indicating copy to clipboard operation
dmcp copied to clipboard

Results 4 dmcp issues
Sort by recently updated
recently updated
newest added

Why is the loss value in max_width much greater than in min_width and random_width during the training process? For example, in max_width, the loss is 59, while the other two...

I run python main.py --mode train --data data1/ImageNetOrigin --config config/mbv2/retrain.yaml \ --flops 43 --chcfg ./results/DMCPMobileNetV2_43_MMDDHH/model_sample/expected_ch Traceback (most recent call last): File "main.py", line 75, in main() File "main.py", line 42,...

Hi, First of all, thank you so much for releasing this repository. As stated in Table 6 of the original paper, the DMCP results marked with "*" superscript are obtained...

First of all, Thank you for sharing your source code. I have an error when I try to train with single gpu (i.e distributed enable = False in dmcp.yaml-mbv2) for...