opencv/modules/dnn
Abduragim Shtanchaev 88f05e49be
Merge pull request #25868 from Abdurrahheem:ash/add-gpt2-sample
Add sample for GPT2 inference #25868

### Pull Request Readiness Checklist

This PR adds sample for inferencing GPT-2 model. More specificly implementation of GPT-2 from [this repository](https://github.com/karpathy/build-nanogpt). Currently inference in OpenCV is only possible to do with fixed window size due to not supported dynamic shapes. 

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-07-18 16:47:12 +03:00
..
cmake Add Definition "_USE_MATH_DEFINES" for dnn plugin on Win32 build 2024-04-07 21:08:09 +09:00
include/opencv2 Merge pull request #25868 from Abdurrahheem:ash/add-gpt2-sample 2024-07-18 16:47:12 +03:00
misc Merge branch 4.x 2024-07-17 10:08:16 +03:00
perf Merge branch 4.x 2024-07-17 10:08:16 +03:00
src Merge pull request #25101 from Abdurrahheem:ash/1D-reduce-test 2024-07-17 19:19:18 +03:00
test Merge pull request #25101 from Abdurrahheem:ash/1D-reduce-test 2024-07-17 19:19:18 +03:00
CMakeLists.txt Merge branch 4.x 2024-04-02 16:39:54 +03:00