Skip to content

Commit

Permalink
training pipeline: Added data loader and utility functions from colab…
Browse files Browse the repository at this point in the history
… work for binary ice/no ice netcdf based target
  • Loading branch information
JuLieAlgebra committed Mar 27, 2024
1 parent 28911fe commit 913e4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icedyno/training/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BinaryTargetNetCDFGenerator(tf.keras.utils.Sequence):
Generator for Keras training to allow multiprocessing and training on batches with only the
batch itself being loaded into memory.
Targets a binary target (ice/no ice).
Targets a binary image (ice/no ice).
"""

def __init__(
Expand Down

0 comments on commit 913e4d3

Please sign in to comment.