(Make sure you allow Google Colab to access this private repo)
- Execute Runtime/Run All
- Customize training arguments in
kwargs
dictionary- Change
do_train
toFalse
to only run inference and evaluation.
- Change
- Install conda
- Clone this project recursively (since data folder is a submodule) and change to the project's root directory
conda env create -f environment.yaml
to initialize conda environment- Put the downloaded the
pytorch_model.bin
model file from Google Drive aspytorch_model.bin
inoutputs/D4
condor_submit D4.cmd
to run inference and evaluationcondor_submit D4_full.cmd
to run training and evaluation
python src/pipeline.py
to run inference and evaluationpython src/pipeline.py --do_train
to run training and evaluation- You can find more flags via
python3 src/pipeline.py -h