From 9731aa30c95fd4ccb4df35cb524422e718e07089 Mon Sep 17 00:00:00 2001 From: Arseny <82811840+senysenyseny16@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:16:12 +0200 Subject: [PATCH] chore: citation --- CITATION.cff | 24 ++++++++++++++++++++++++ README.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..f4bcaac1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +title: onnx2torch +message: "Please use this information to cite onnx2torch in research or other publications." +authors: + - affiliation: ENOT LLC + given-names: ENOT developers + - family-names: Kalgin + given-names: Igor + - family-names: Yanchenko + given-names: Arseny + - family-names: Ivanov + given-names: Pyoter + - family-names: Goncharenko + given-names: Alexander +date-released: 2021-12-14 +url: "https://enot.ai" +repository-code: "https://github.com/ENOT-AutoDL/onnx2torch" +license: "Apache-2.0" +keywords: + - onnx + - pytorch + - convert + - deep learning + - machine learning diff --git a/README.md b/README.md index 53c43eb5..ea5a702b 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,19 @@ torch.save(torch_model, 'model.pt') Note: use this only when the model does not convert to PyTorch using the existing opset version. Result might vary. +## Citation + +To cite onnx2torch use `Cite this repository` button, or: +``` +@misc{onnx2torch, + title={onnx2torch}, + author={ENOT developers and Kalgin, Igor and Yanchenko, Arseny and Ivanov, Pyoter and Goncharenko, Alexander}, + year={2021}, + howpublished={\url{https://enot.ai/}}, + note={Version: x.y.z} +} +``` + ## Acknowledgments Thanks to Dmitry Chudakov [@cakeofwar42](https://github.com/cakeofwar42) for his contributions.\