mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
ds eo: debug
This commit is contained in:
parent
a3787f0647
commit
5b54ceec48
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def parse_item(metadata, water_threshold=0.1, water_bins=2, heightmap=None, rain
|
||||||
print("DEBUG DATASET:water shape", metadata["waterdepth"])
|
print("DEBUG DATASET:water shape", metadata["waterdepth"])
|
||||||
print("DEBUG DATASET:water_threshold", water_threshold)
|
print("DEBUG DATASET:water_threshold", water_threshold)
|
||||||
print("DEBUG DATASET:water_bins", water_bins)
|
print("DEBUG DATASET:water_bins", water_bins)
|
||||||
|
print("DEBUG DATASET:rainfall_scale_up", rainfall_scale_up)
|
||||||
|
|
||||||
if heightmap is not None:
|
if heightmap is not None:
|
||||||
heightmap = tf.expand_dims(heightmap, axis=-1)
|
heightmap = tf.expand_dims(heightmap, axis=-1)
|
||||||
|
|
Loading…
Reference in a new issue