From 6ab7bc6e1a98232b872222d8f2b803ab2eeb48bd Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Tue, 30 Jan 2018 00:19:09 +0100 Subject: [PATCH] Old --- README | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 123d75e..0000000 --- a/README +++ /dev/null @@ -1,50 +0,0 @@ -Quaternion Convolutional Neural Network -===================== - -This repository contains code which reproduces experiments presented in -the paper [link coming](link coming). - - -Requirements ------------- - -Install requirements for computer vision experiments with pip: -``` -pip install numpy Theano keras -``` -or for the tensorflow backend (recommended) - -``` -pip install numpy tensorflow-gpu keras -``` - -Depending on your Python installation you might want to use anaconda or other tools. - -Experiments ------------ - -### Computer vision - -1. Run models: - - ``` - python QCAE.py - ``` - - Parameters can be modified directly in QCAE.py, such as: - - - Number of epochs - - Batch Size - - Size of the Training dataset - - ... - - - -Citation --------- - -Please cite our work as - -``` - Incoming link -` -- 1.8.2.3