mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
fixup
This commit is contained in:
parent
0e814b7e98
commit
847cd97ec4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def run(args):
|
||||||
os.mkdir(dirpath_output)
|
os.mkdir(dirpath_output)
|
||||||
|
|
||||||
|
|
||||||
ai = RainfallWaterContraster.from_checkpoint(args.checkpoint, **json.loads(readfile(args.params)))
|
ai = RainfallWaterSegmenter.from_checkpoint(args.checkpoint, **json.loads(readfile(args.params)))
|
||||||
|
|
||||||
sys.stderr.write(f"\n\n>>> This is TensorFlow {tf.__version__}\n\n\n")
|
sys.stderr.write(f"\n\n>>> This is TensorFlow {tf.__version__}\n\n\n")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue