master/
├── checkpoints/
├── configs/
│ ├── data/
│ ├── experiment/
│ ├── model/
│ └── config.yaml
├── data/
├── logs/
├── notebooks/
└── src/
├── callbacks/
├── data_modules/
├── lightning_modules/
├── metrics/
├── models/
├── utils/
├── train.py
└──evaluate.py
-
Notifications
You must be signed in to change notification settings - Fork 0
This repo originally was a PyTorch Lightning template for my thesis project. It has since evolved to contain the full project implementation itself. The research question is how geolocation influences the training and inference of vision-language models for remote sensing. Note: The repository name and description may change
shokrydev/master
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This repo originally was a PyTorch Lightning template for my thesis project. It has since evolved to contain the full project implementation itself. The research question is how geolocation influences the training and inference of vision-language models for remote sensing. Note: The repository name and description may change