mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
even moar debug logging
This commit is contained in:
parent
2663123407
commit
e2f621e212
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def parse_item(item):
|
||||||
water = tf.expand_dims(water, axis=-1)
|
water = tf.expand_dims(water, axis=-1)
|
||||||
|
|
||||||
# TODO: The shape of the resulting tensor can't be statically determined, so we need to reshape here
|
# TODO: The shape of the resulting tensor can't be statically determined, so we need to reshape here
|
||||||
|
print("DEBUG:dataset ITEM rainfall:shape", rainfall.shape, "water:shape", water.shape)
|
||||||
# TODO: Any other additional parsing here, since multiple .map() calls are not optimal
|
# TODO: Any other additional parsing here, since multiple .map() calls are not optimal
|
||||||
return ((rainfall, water), tf.ones(1))
|
return ((rainfall, water), tf.ones(1))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue