To get started with task discovery, please follow the steps below:
-
Create a new conda environment with Python 3.8. You can use the following command:
conda create --name td python=3.8
-
Activate the conda environment:
conda activate td
-
Install the required packages from the
requirements.txt
file:pip install -r requirements.txt
-
Open the
train_lens.ipynb
notebook to train your own modal lens to make sure everything is working. This notebook contains instructions and code for training the modal lens. For later, we have the pretrained weights underresults
.