Skip to content

Instantly share code, notes, and snippets.

@lewfish
Last active December 2, 2021 15:47
Show Gist options
  • Select an option

  • Save lewfish/04dd35f8dbf91506c378cf99964f9209 to your computer and use it in GitHub Desktop.

Select an option

Save lewfish/04dd35f8dbf91506c378cf99964f9209 to your computer and use it in GitHub Desktop.
./output/
├── bundle
│ └── model-bundle.zip
├── eval
│ └── eval.json
├── Makefile
├── pipeline-config.json
├── predict
│ └── 6_12
│ └── labels.tif
└── train
├── dataloaders
│ ├── test.png
│ ├── train.png
│ └── valid.png
├── last-model.pth
├── learner-config.json
├── log.csv
├── model-bundle.zip
├── tb-logs
│ ├── events.out.tfevents.1630064729.ff60517d19e0.242.0
│ └── events.out.tfevents.1632914091.a6a6c34d5e33.61.0
├── test_metrics.json
└── test_preds.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment