fix the definition of TfInput.make_feed_dict
. (#812)
This commit is contained in:
@@ -20,7 +20,7 @@ class TfInput(object):
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def make_feed_dict(data):
|
def make_feed_dict(self, data):
|
||||||
"""Given data input it to the placeholder(s)."""
|
"""Given data input it to the placeholder(s)."""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user