Skip to content

Commit

Permalink
dummy graph 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
quantylab committed Mar 12, 2020
1 parent 57c6234 commit a2e3dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
import numpy as np


class Dummy:
class DummyGraph:
def as_default():
return self

def __enter__():
pass

def close():
def __exit__():
pass


graph = Dummy()
graph = DummyGraph()
sess = None


Expand Down

0 comments on commit a2e3dc9

Please sign in to comment.