mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
dataset_mono: log when using heightmap
This commit is contained in:
parent
468c150570
commit
d997157f55
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def make_dataset(filepaths, compression_type="GZIP", parallel_reads_multiplier=1
|
|||
|
||||
heightmap = None
|
||||
if filepath_heightmap is not None:
|
||||
logger.info(f"Using heightmap from '{filepath_heightmap}'.")
|
||||
heightmap = parse_heightmap(filepath_heightmap)
|
||||
|
||||
dataset = tf.data.TFRecordDataset(filepaths,
|
||||
|
|
Loading…
Reference in a new issue