Skip to content

Commit

Permalink
test refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-dbq committed Sep 14, 2017
1 parent 66d44e9 commit ee9b9e2
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 232 deletions.
5 changes: 3 additions & 2 deletions python/sparkdl/transformers/param.py
Expand Up @@ -31,7 +31,8 @@
from sparkdl.graph.input import TFInputGraph, TFInputGraphBuilder

########################################################
# Copied from PySpark for backward compatibility. First in Apache Spark version 2.1.1.
# Copied from PySpark for backward compatibility.
# They first appeared in Apache Spark version 2.1.1.
########################################################

def keyword_only(func):
Expand Down Expand Up @@ -99,7 +100,7 @@ def getOutputCol(self):


########################################################
# New in sparkdl: TensorFlow Specific Parameters
# New in sparkdl
########################################################

class SparkDLTypeConverters(object):
Expand Down

0 comments on commit ee9b9e2

Please sign in to comment.