Hi, thanks very much for your work.
I use following code to reproduce results on P100, but the result is inconsistent with the paper report.
python -u ./search.py
--train_percent=80
--bcfw_steps=10000
--initial-checkpoint=<A path to the one-shot model's weights>
--inference_time_limit 25 #ms
results:
25 ms constraints->searched model test:actual latency 62.48ms (paper report: 27ms)
acc(76.364/93.018) flops(467M) params(6.849M)
I'm very confused. Could you help me?
Hi, thanks very much for your work.
I use following code to reproduce results on P100, but the result is inconsistent with the paper report.
python -u ./search.py
--train_percent=80
--bcfw_steps=10000
--initial-checkpoint=<A path to the one-shot model's weights>
--inference_time_limit 25 #ms
results:
25 ms constraints->searched model test:actual latency 62.48ms (paper report: 27ms)
acc(76.364/93.018) flops(467M) params(6.849M)
I'm very confused. Could you help me?