Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jacob/windnet' into jacob/windnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 5, 2023
2 parents 3bfdfff + 7d16f65 commit feb9f04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pvnet/data/wind_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

from lightning.pytorch import LightningDataModule
from ocf_datapipes.training.windnet import windnet_netcdf_datapipe
from ocf_datapipes.utils.consts import BatchKey
from ocf_datapipes.utils.utils import stack_np_examples_into_batch
from torch.utils.data import DataLoader
from ocf_datapipes.utils.consts import BatchKey


from pvnet.data.utils import batch_to_tensor

Expand Down

0 comments on commit feb9f04

Please sign in to comment.