# Autogenerated via: # python ~/code/watch/dev/maintain/mirror_package_geowatch.py from geowatch.tasks.uky_temporal_prediction.models.resnets import print def __getattr__(key): import geowatch.tasks.uky_temporal_prediction.models.resnets as mirror return getattr(mirror, key) def __dir__(): import geowatch.tasks.uky_temporal_prediction.models.resnets as mirror return dir(mirror) if __name__ == '__main__': x = torch.randn((4, 3, 64, 64)) model = ResNet18(in_channels=3) print(model(x).shape)