MAFAT Satellite Vision Challenge Forum

Go back to competition Back to thread list Post in this thread

> Is it possible to publish "pip list" result for baseline that is working and reproducing 33.8 ?

Thanks in advance

Posted by: shlomocohen2 @ April 10, 2023, 6:33 p.m.

Hi,
The baseline notebook is designed to run in Colab platform with all it's environment variables and packages.
On top of that, some packages are installed during execution. You can extract the installed package list in the notebook by running:
!pip list -v
at the end of the notebook, however, notice that this is not a minimal list of required packages.
In addition, for reproducing the baseline score, please refer to the post "Configuration changes in the baseline model notebook for results reproducibility" in the forum.

Neta,
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ April 11, 2023, 8:47 a.m.
Post in this thread