geowatch.tasks.uky_temporal_prediction.time_sort_S7 module

class geowatch.tasks.uky_temporal_prediction.time_sort_S7.space7_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]
geowatch.tasks.uky_temporal_prediction.time_sort_S7.main(args)[source]