项目作者: tarujg

项目描述 :
Reducing the computational overhead of Deep CNNs through parameter pruning and tensor decomposition.
高级语言: Python
项目地址: git://github.com/tarujg/keras-deep-compression.git
创建时间: 2020-04-24T00:45:55Z
项目社区:https://github.com/tarujg/keras-deep-compression

开源协议:

下载


Optimizing Deep Neural Network

This project aims to train CNN models for image classification tasks and reduces the computational overhead of large models by compressing the weights of deep neural networks using Keras.

Requirements

Use the package manager pip to install keras and related dependencies.

  • tensorly - used for Tensor Decompositions
  1. pip install keras
  2. pip install tensorly

References