We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ff905 commit e8ff8dfCopy full SHA for e8ff8df
tensorflow_gnn/runner/orchestration.py
@@ -313,8 +313,7 @@ def run(*,
313
gtspec: tfgnn.GraphTensorSpec,
314
global_batch_size: int,
315
epochs: int = 1,
316
- # TODO(b/196880966): Flip this default to `False.`
317
- drop_remainder: bool = True,
+ drop_remainder: bool = False,
318
export_dirs: Optional[Sequence[str]] = None,
319
model_exporters: Optional[Sequence[ModelExporter]] = None,
320
feature_processors: Optional[Sequence[GraphTensorProcessorFn]] = None,
0 commit comments