PocketFlow icon indicating copy to clipboard operation
PocketFlow copied to clipboard

An Automatic Model Compression (AutoMC) framework for developing smaller and faster AI applications.

Results 75 PocketFlow issues
Sort by recently updated
recently updated
newest added

Is there a plan to support the transformer framework?

enhancement

E.g. ```shell root@linuxkit-025000000001:/Users/test/work/PocketFlow/learners# grep cifar_10 * -r nonuniform_quantization/bit_optimizer.py: if self.dataset_name == 'cifar_10': nonuniform_quantization/learner.py: if dataset_name == 'cifar_10': nonuniform_quantization/learner.py: if self.dataset_name == 'cifar_10': nonuniform_quantization/learner.py: if self.dataset_name == 'cifar_10': uniform_quantization/bit_optimizer.py: if self.dataset_name...

enhancement

How many operations are supported under the framework of PocketFlow? I didn't find any docs listing the ops available. By the way, the acceleration ratio according to the performance of...

enhancement

Hi, thanks for the awesome work and for implementing channel pruning. I'm the first author of the channel pruning paper (Channel Pruning for Accelerating Very Deep Neural Networks) As my...

``` In PocketFlow, we adopt multi-GPU training to speed-up this time-consuming training process. Our implementation is compatible with: Horovod: a distributed training framework for TensorFlow, Keras, and PyTorch. TF-Plus: an...