tensorlab / tensorfx

TensorFlow framework for training and serving machine learning models
Apache License 2.0
196 stars 41 forks source link

Some files missing "." for import #24

Open brean opened 7 years ago

brean commented 7 years ago

Hi,

I noticed that the files https://github.com/TensorLab/tensorfx/blob/master/src/data/__init__.py and https://github.com/TensorLab/tensorfx/blob/master/src/training/_trainer.py are missing the dot before after the "from " import statements. So tensorfx does not run on my machine. Is this a bug or intended?