Skip to content

Commit c633629

Browse files
author
Thomas Capelle
committed
docstring improve
1 parent b9b7c1e commit c633629

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cloud_diffusion/dataset.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
DATASET_ARTIFACT = 'capecape/gtc/np_dataset:v0'
1313

1414
class CloudDataset:
15-
15+
"""Dataset for cloud images
16+
It loads numpy files from wandb artifact and stacks them into a single array
17+
It also applies some transformations to the images
18+
"""
1619
def __init__(self,
1720
files, # list of numpy files to load (they come from the artifact)
1821
num_frames=4, # how many consecutive frames to stack

0 commit comments

Comments
 (0)