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