MAFAT Satellite Vision Challenge Forum

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

> List of packages and dependencies

Where can we find a list of package versions and dependencies required for the EDA and base model notebooks?

Ofer.

Posted by: omnia @ Feb. 9, 2023, 12:48 p.m.

Hi,

The notebooks are 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 each notebook by running:
!pip list -v
at the end of the notebook, however, notice that this is not a minimal list of required packages

Shai,
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ Feb. 9, 2023, 2:41 p.m.
Post in this thread