-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compressed model file from Channel Pruning #15
Comments
Sorry, I do not fully understand your question. What do you mean by "optimized output from tf.Saver.save() from as the .pb file"? |
I am talking about the output from "Train the Compressed Model" in the tutorial, https://pocketflow.github.io/tutorial/. I am assuming as the next step is to export it as a TFLITE file, the output from the above step is a .pb file, I am looking for that file. I see you benchmarked your optimizations for Mobile Device, i am looking to do the same for the GPU, for which i need the .pb file before you generate the tflite file. |
|
The imagenet download is super slow, the last time I did that it took almost 3-4 days to complete. I just want to skip that and get the .pb file directly from that tutorial if possible. |
Sorry,
|
Yes, i understand, i was hoping that you have that you make the optimized model(after pruning) available so that i can do some benchmarks to make sure the results in terms of gains is reproducible on my machine. |
Okay, we will release pre-trained compressed models for some selected pruning ratio in the next few weeks. |
Enhancement required: release a few pre-trained compressed models for benchmark test. |
@jiaxiang-wu Were you able to publish the pre-trained compressed models ? |
@dhingratul We will, but it may take some time. |
Can you provide the optimized output from tf.Saver.save() from as the .pb file before the tflite conversion
$ ./scripts/run_local.sh nets/resnet_at_ilsvrc12_run.py \ --learner dis-chn-pruned
The text was updated successfully, but these errors were encountered: