Skip to content

Commit

Permalink
cli/infer: remove irrelevant line
Browse files Browse the repository at this point in the history
Confirmed this is a no-op here.
  • Loading branch information
raehik committed Nov 30, 2023
1 parent fbc999f commit 7edc316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gz21_ocean_momentum/cli/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
features_transform_ = ComposeTransforms()
targets_transform_ = ComposeTransforms()
transform = DatasetTransformer(features_transform_, targets_transform_)
transform.fit(ds_computed_torch) # TODO this line not in training. idk why, empty transform
dataset = DatasetWithTransform(ds_computed_torch, transform)

loader = DataLoader(dataset)
Expand Down

0 comments on commit 7edc316

Please sign in to comment.