- python=3.10
pip install -r requirements.txt
- Follow instruction from the website.
- In my case:
conda install pytorch==1.11.0 cudatoolkit=11.3 -c pytorch.
Finally, install the package: pip install -e .
make testmake fmt** To run any training, we need to start mlflow first. **
- Start mlflow server:
mlflow server --host 127.0.0.1 --port 8080Open 127.0.0.1:8080 to view MLflow, choose Experiments, select the run, click on Model Metrics tab to see all losses, metrics.
make mock-train-moviemake mock-train-foodmake serverGo to http://127.0.0.1:8000/docs to check how to call API(s).
python scripts/eval.py <config-file> [--verbose]