DottD / convnets-keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%