geowatch.tasks.uky_temporal_prediction.time_sort_module module

class geowatch.tasks.uky_temporal_prediction.time_sort_module.time_sort(hparams)[source]

Bases: LightningModule

head(in_channels)[source]
forward(image1, image2, date1, date2)[source]
shared_step(batch)[source]
training_step(batch, batch_idx)[source]
validation_step(batch, batch_idx)[source]
train_dataloader()[source]
val_dataloader()[source]
configure_optimizers()[source]