Skip to content

Commit

Permalink
fix(synth): Fix load function.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed Jan 25, 2021
1 parent 6f832f7 commit 64a6f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ydata_synthetic/synthesizers/gan.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ def save(self, path):
@classmethod
def load(cls, path):
synth = load(path)
synth.generator = model_from_json(synth.generator)
return synth

0 comments on commit 64a6f6f

Please sign in to comment.