-
INSTALL requirements.txt file
-
RUN conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
-
RUN run.sh script
-
RUN testing/test_data_loading.py
-
RUN src/preprocess/sample_df.py
-
RUN src/preprocess/data_cleaning.py
-
RUN src/embeddings/custom_embedding.py
-
RUN src/utils/embedding_downloader.py