This commit is contained in:
Starbeamrainbowlabs 2022-11-24 17:48:19 +00:00
parent 011e0aef78
commit 1e1d6dd273
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -72,7 +72,7 @@ def run(args):
sys.stderr.write(f"\n\n>>> This is TensorFlow {tf.__version__}\n\n\n")
# Note that if using a directory of input files, the output order is NOT GUARANTEED TO BE THE SAME. In fact, it probably won't be (see dataset_mono for more details).
dataset = dataset_predict(
dataset = dataset_mono_predict(
dirpath_input=args.input,
parallel_reads_multiplier=args.read_multiplier
)