Skip to content

Commit

Permalink
examples updated in master
Browse files Browse the repository at this point in the history
  • Loading branch information
jan authored and jan committed May 2, 2017
1 parent ac0e300 commit bddff40
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ICA_natural_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
numx.random.seed(42)

# Load data (download is not existing)
data = io.load_natural_image_patches('../../data/NaturalImage.mat')
data = io.load_natural_image_patches('NaturalImage.mat')

# Specify image width and height for displaying
width = height = 14
Expand Down
34 changes: 34 additions & 0 deletions examples/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
""" Example package.
:Version:
1.1.0
:Date:
02.05.2017
:Author:
Jan Melchior
:Contact:
JanMelchior@gmx.de
:License:
Copyright (C) 2017 Jan Melchior
This file is part of the Python library PyDeep.
PyDeep is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

0 comments on commit bddff40

Please sign in to comment.