Skip to content

Commit

Permalink
Remove top-level learn module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Apr 8, 2018
1 parent 154067e commit 72ce7c5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions zounds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@
KMeans, Learned, MeanStdNormalization, UnitNorm, Log, Multiply, \
PreprocessingPipeline, Slicer, ReservoirSampler, simple_settings, \
SklearnModel, WithComponents, InstanceScaling, Reshape, ShuffledSamples, \
PyTorchNetwork, PyTorchGan, PyTorchAutoEncoder, GanTrainer, \
WassersteinGanTrainer, SupervisedTrainer, TripletEmbeddingTrainer, \
Weighted, MuLawCompressed, SimHash, AbsoluteValue, Binarize, Sharpen, \
learning_pipeline, object_store_pipeline_settings, \
infinite_streaming_learning_pipeline
PyTorchNetwork, PyTorchGan, PyTorchAutoEncoder,WassersteinGanTrainer, \
SupervisedTrainer, TripletEmbeddingTrainer, Weighted, MuLawCompressed, \
SimHash, AbsoluteValue, Binarize, Sharpen, learning_pipeline, \
object_store_pipeline_settings, infinite_streaming_learning_pipeline

from ui import \
ZoundsApp, ZoundsSearch, TrainingMonitorApp, SupervisedTrainingMonitorApp, \
Expand Down

0 comments on commit 72ce7c5

Please sign in to comment.