fix the definition of TfInput.make_feed_dict. (#812)

This commit is contained in:
JongGyun Kim
2019-04-02 07:49:25 +09:00
committed by pzhokhov
parent 282c9cc91f
commit 62a9c76f18

View File

@@ -20,7 +20,7 @@ class TfInput(object):
"""
raise NotImplementedError
def make_feed_dict(data):
def make_feed_dict(self, data):
"""Given data input it to the placeholder(s)."""
raise NotImplementedError