Blame view

DeepComplexNetworks.egg-info/PKG-INFO 1.51 KB
f2d3bd141   Parcollet Titouan   Initial commit wi...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  Metadata-Version: 1.0
  Name: DeepComplexNetworks
  Version: 1
  Summary: UNKNOWN
  Home-page: UNKNOWN
  Author: UNKNOWN
  Author-email: UNKNOWN
  License: MIT
  Description-Content-Type: UNKNOWN
  Description: Deep Quaternionary Convolutional Neural Networks
          =====================
          
          This repository contains code which reproduces experiments presented in
          the paper ...
          
          Requirements
          ------------
          
          Install requirements for experiments with pip:
          ```
          pip install numpy tensorflow-gpu keras
          ```
          Depending on your Python installation you might want to use anaconda or other tools.
          
          
          Installation
          ------------
          
          ```
          python setup.py install
          ```
          
          Experiments
          -----------
          
          1. Get help:
          
              ```
              python scripts/run.py train --help
              ```
          
          2. Run models:
          
              ```
              python scripts/run.py train -w WORKDIR --model {real,complex,quaternion} --seg{chiheb,parcollet} --sf STARTFILTER --nb NUMBEROFBLOCKSPERSTAGE
              ```
          
              Other arguments may be added as well; Refer to run.py train --help for
              
                - Optimizer settings
                - Dropout rate
                - Clipping
                - ...
          
          Citation
          --------
          
          Please cite our work as 
          
          ```
          
          ```
          
  Platform: UNKNOWN