At the notebook section Compare Segmentation: Embeddings vs Fine-tuned the error below is encountered:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/last.ckpt'
Case:
- The training config is set to save checkpoints to checkpoints/ in OlmoEarthTutorial.ipynb
- The fine-tuning cell failed before training started, with
ModuleNotFoundError: No module named 'wandb', and printed FINE-TUNING FAILED (exit code: 1).
- The later cells still assume checkpoints/last.ckpt exists in OlmoEarthTutorial.ipynb (line 1734) and OlmoEarthTutorial.ipynb (line 1869).
- There are currently no .ckpt files anywhere in the workspace.
At the notebook section Compare Segmentation: Embeddings vs Fine-tuned the error below is encountered:
Case:
ModuleNotFoundError: No module named 'wandb', and printed FINE-TUNING FAILED (exit code: 1).