SR_Mobile_Quantization icon indicating copy to clipboard operation
SR_Mobile_Quantization copied to clipboard

Winner solution of mobile AI (CVPRW 2021).

Results 13 SR_Mobile_Quantization issues
Sort by recently updated
recently updated
newest added

RuntimeError: Quantization not yet supported for op: 'DEPTH_TO_SPACE'. I would appreciate it if you give me some solutions about this problem.

Nice job! I am confused about the difference between the tf.yaml and tfnightly.yaml? Does the key difference is the version of tensorflow? If this is true, can I only use...

Hi, Dear NJU-Jet my linux server: several 2.6GHz CPU + several V100, and I run the **generate_tflite.py** to got a quantized model. and then in function **evaluate**, I add below...

Dear @NJU-Jet : I feel confused that if I use the command "**python train.py --opt options/train/base7.yaml --name base7_D4C28_bs16ps64_lr1e-3 --scale 3 --bs 16 --ps 64 --lr 1e-3 --gpu_ids 0**" to train...

Hello: I tested 'base7_D4C28_bs16ps64_lr1e-3_qat_time.tflite' running time via AI Benchmark App. My device is Snapdragon 888 and the device's AI score is 54.4. It takes about 200ms NNAPI. In the paper,...

Would be great if you could share the code or explain how to investigate for other devices

I train a x2 model, and after that I finetune it using QAT training using below command: >"python train.py --opt options/train/base7_qat.yaml --name base7_D4C28_bs16ps64_lr12-3_qat_x2 --scale 2 --bs 16 --ps 64 --lr...

I have already trained a model that scale = 2, and after that I wanna to do QAT training for it(scale = 2) using command "**python train.py --opt options/train/base7_qat.yaml --name...

Thanks for sharing your great work. I have a question about TF version. Can I derectly only use TF 2.5.0 instead of TF2.4 and tf-nightly=2.5?