Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Feb 9, 2019
1 parent 0047cf8 commit 1c35a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/talos_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from talos.model.layers import hidden_layers
from talos.model.normalizers import lr_normalizer

from ..factnn.utils.cross_validate import get_chunk_of_data
from factnn.utils.cross_validate import get_chunk_of_data

# Parameter Dictionary for talos

Expand Down

0 comments on commit 1c35a0e

Please sign in to comment.