We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d362e42 commit 80ef8edCopy full SHA for 80ef8ed
mimo_keras/__init__.py
@@ -1,2 +1,2 @@
1
-from preprocessing import MIMODataGenerator
2
-from utils import MIMODGFunctionInterface
+from .preprocessing import MIMODataGenerator
+from .utils import MIMODGFunctionInterface
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name='mimo_keras',
10
packages=['mimo_keras'],
11
- version='0.1.9',
+ version='0.1.10',
12
license='MIT',
13
description='Data generator for Keras multiple-input multiple-output models',
14
long_description=long_description,
0 commit comments