{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "39a59328", "metadata": {}, "outputs": [], "source": [ "!python -m openpifpaf.train --dataset GrandPrix \\\n", "--checkpoint=mobilenetv2 --lr=0.00002 --momentum=0.95 --b-scale=5.0 \\\n", "--epochs=600 --lr-decay 280 400 --lr-decay-epochs=40 --weight-decay=1e-5 \\\n", "--weight-decay=1e-5 --val-interval 10 --loader-workers 5 \\\n", "--batch-size 1 --GrandPrix-use-15-kps --GrandPrix-square-edge=769 --GrandPrix-bmin 2 --log-stats" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.7" } }, "nbformat": 4, "nbformat_minor": 5 }