Skip to content

Commit

Permalink
import autoencoder hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeissinger committed Nov 4, 2015
1 parent cf629df commit e8d25b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion opendeep/models/single_layer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import division, absolute_import, print_function

from .autoencoder import *
# from .autoencoder import *
from .basic import *
from .convolutional import *
from .restricted_boltzmann_machine import *
Expand Down
45 changes: 0 additions & 45 deletions opendeep/models/single_layer/tests/autoencoder_mnist.py

This file was deleted.

0 comments on commit e8d25b4

Please sign in to comment.