mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-04 17:13:02 +00:00
fixup
This commit is contained in:
parent
011e0aef78
commit
1e1d6dd273
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue