Skip to content

DottD/convnets-keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a modified version of DL-UNAL/convnets-keras, to adapt it to the new version of Keras 2.0.

Only AlexNet has been ported by now. Any contibutions will be appreciated.

Authors

Installation

The only dependencies are h5py, Theano and Keras. Run the following commands

pip install --user cython h5py
pip install --user git+https://github.com/Theano/Theano.git
pip install --user git+https://github.com/fchollet/keras.git

Then, you need to install the convnetskeras module :

git clone https://github.com/DottD/convnets-keras.git
cd convnets-keras
sudo python setup.py install

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%