Hi all! Thanks for the great work!
While executing terramind_v1_base_sen1floods11.ipynb in Google Colab, I observed inconsistencies in the resulting test metrics. This discrepancy appears when the fine-tuned model is tested in two different ways:
- Passing the
datamodule to the test function.
- Passing the
test_dataloader directly.
I've included screenshots. This likely explains why the predictions after the third epoch look incorrect and don't match the TensorBoard results.
Could you please investigate this metric discrepancy?
Hi all! Thanks for the great work!
While executing terramind_v1_base_sen1floods11.ipynb in Google Colab, I observed inconsistencies in the resulting test metrics. This discrepancy appears when the fine-tuned model is tested in two different ways:
datamoduleto the test function.test_dataloaderdirectly.I've included screenshots. This likely explains why the predictions after the third epoch look incorrect and don't match the TensorBoard results.
Could you please investigate this metric discrepancy?