Project was developed on mac os, tested on linux x86 Used python 3.9.1
Contest: https://contest.com/docs/ML-Competition-2023
Contest first results: https://t.me/contest/341
This project line:
| Entry | Result | Time
----+-------+--------+-------
6. | 4672 | 74.5% | 265ms
cd src
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
- Run
dataset-prepare.ipynbto prepare dataset fromraw_data_v2.zip. In result: 50000+ batches indataset_v4o_trainand 5000 batches indataset_v4o_validate - Run
dataset_tg-prepare.ipynbto prepare dataset fromml2023-r1-dataset.tarandml2023-d1-dataset.tar - Run
train.ipynbto train on datadataset_v4obatches. And save onnx model - Watch at
convert-model.ipynbto convert onnx model to ort and compile onnxruntime