Skip to content

Commit

Permalink
fix (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkvision authored and qiuxin2012 committed Jan 4, 2018
1 parent eb5d1a1 commit 4188a40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyspark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,16 @@ def setup_package():
'bigdl.dataset',
'bigdl.nn',
'bigdl.transform',
'bigdl.transform.vision',
'bigdl.keras',
'bigdl.examples',
'bigdl.examples.keras',
'bigdl.models',
'bigdl.models.lenet',
'bigdl.models.local_lenet',
'bigdl.models.ml_pipeline',
'bigdl.models.rnn',
'bigdl.models.textclassifier',
'bigdl.optim',
'bigdl.util',
'bigdl.share'],
Expand Down

0 comments on commit 4188a40

Please sign in to comment.