You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: training.py
+7-1
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@
90
90
type=click.IntRange(min=10),
91
91
default=2000, show_default=True,
92
92
help="Approx. size (number of samples) of the tfRecords used in the data pipeline for training. Lower values = less memory consumption, but maybe longer runtime")
0 commit comments