amc icon indicating copy to clipboard operation
amc copied to clipboard

[ECCV 2018] AMC: AutoML for Model Compression and Acceleration on Mobile Devices

Results 18 amc issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your great work. I want to compare the inference time after compressing MobileNet. I measured with the batch size set to 1 with the code snippet below,...

Can the backbone pruned from this code be used for target detection tasks? Or does it mean that this method can compress the task of target detection? @tonylins

I use the pretrained model, but the result is too bad ![image](https://user-images.githubusercontent.com/49911294/130318255-4482a115-dd64-4667-92f2-a0fa09e9f339.png)

Hello, thanks for your work. I modified your code to prune 3x3 conv layers using im2col in order to prune VGG16. The result is, about 40% accuracy loss from baseline...

Hello, I implemented NxN (N>1) convolution case in AMC. You can run test with VGG16 model as follows. bash ./scripts/search_vgg16_0.5flops.sh

@zhijian-liu Hi, have you compressed ResNet on ImageNet using AMC, Could you share your result?

Hi all, I use the im2col to implement the conv3*3 linearRegression, but the prune speed is slow, it takes about 2 days to finish 800 steps train. The reward is...

https://github.com/mit-han-lab/amc/blob/040d83fe9f0288556c8afe363c190e763425a6fe/lib/utils.py#L130

Frist, thank you for your brilliant work! I am wondering that after 2400 episodes of training, how could I reuse the RL model? The --resume argument doesn't work. The load_weights...