mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
debug adjustment
This commit is contained in:
parent
c89677abd7
commit
c78b6562ef
1 changed files with 4 additions and 3 deletions
|
@ -39,12 +39,13 @@ def run(args):
|
|||
)
|
||||
dataset_metadata = read_metadata(args.input)
|
||||
|
||||
# for items in dataset_train.repeat(10):
|
||||
# print("ITEMS", len(items))
|
||||
# print("LEFT", [ item.shape for item in items[0] ])
|
||||
# for (items, label) in dataset_train:
|
||||
# print("ITEMS", len(items), [ item.shape for item in items ])
|
||||
# print("LABEL", label.shape)
|
||||
# print("ITEMS DONE")
|
||||
# exit(0)
|
||||
|
||||
|
||||
ai = RainfallWaterContraster(
|
||||
dir_output=args.output,
|
||||
batch_size=args.batch_size,
|
||||
|
|
Loading…
Reference in a new issue