Skip to content

Commit

Permalink
Adding input layer
Browse files Browse the repository at this point in the history
  • Loading branch information
philkr committed Sep 12, 2016
1 parent 90551ed commit 20b87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic_init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, division

INPUT_LAYERS = ['Data', 'ImageData']
INPUT_LAYERS = ['Data', 'ImageData', 'Input']
# Layers that only support elwise
ELWISE_LAYERS = ['Deconvolution']
# Layers that support parameters
Expand Down

0 comments on commit 20b87dc

Please sign in to comment.