cvlab-yonsei / EWGS

An official implementation of "Network Quantization with Element-wise Gradient Scaling" (CVPR 2021) in PyTorch.
GNU General Public License v3.0
88 stars 16 forks source link

Imagenet with Mobilenetv2 #8

Open kartikgupta-at-anu opened 2 years ago

kartikgupta-at-anu commented 2 years ago

Can you please provide the script to reproduce the results in Table 5 for STE and EWGS on Imagenet trained using Mobilenetv2?

MohammedHAlali commented 2 years ago

I've the same question. The paper mentions that MobileNet was used, but the code contains nothing about MobileNet.