Skip to content
Snippets Groups Projects
Commit 1a9b2cb3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[docs] document Generator properties

parent 2bdd9743
No related branches found
No related tags found
1 merge request!89Cleanup
......@@ -76,12 +76,12 @@ class Generator:
@property
def output_types(self):
"The types of the returned samples."
"The types of the returned samples in form of (object, object, object)."
return self._output_types
@property
def output_shapes(self):
"The shapes of the returned samples."
"The shapes of the returned samples in form of (tf.TensorShape, tf.TensorShape, tf.TensorShape)."
return self._output_shapes
def __call__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment