Commit 37967372 authored by Karl Leswing's avatar Karl Leswing
Browse files

CR comments + pin keras=1.1.1

parent 62a823a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ class TensorflowMoleculeEncoder(Model):
  representation.
  https://arxiv.org/abs/1610.02415
  """

  def __init__(self,
               model_dir=None,
               weights_file="model.h5",
@@ -82,6 +83,7 @@ class TensorflowMoleculeDecoder(Model):
  a one hot encoding.
  https://arxiv.org/abs/1610.02415
  """

  def __init__(self,
               model_dir=None,
               weights_file="model.h5",