diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ebc94329..cb46adca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: embedded-dev-research/itlab_2023 + slug: embedded-dev-research/ITLabAI evaluate-model: runs-on: ubuntu-latest diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e8cb1206..bd5b56738 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(itlab_2023) +project(ITLabAI) option(ENABLE_STATISTIC_TENSORS "Enable statistic tensors" OFF) diff --git a/README.md b/README.md index 718f0bca5..e02cb8ad8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![CI](https://github.com/embedded-dev-research/itlab_2023/actions/workflows/ci.yml/badge.svg)](https://github.com/embedded-dev-research/itlab_2023/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/embedded-dev-research/itlab_2023/graph/badge.svg?token=L3OS8C4BI6)](https://codecov.io/gh/embedded-dev-research/itlab_2023) +[![CI](https://github.com/embedded-dev-research/ITLabAI/actions/workflows/ci.yml/badge.svg)](https://github.com/embedded-dev-research/ITLabAI/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/embedded-dev-research/ITLabAI/graph/badge.svg?token=L3OS8C4BI6)](https://codecov.io/gh/embedded-dev-research/ITLabAI) # AlexNet-MNIST-Inference ## Model Performance @@ -41,7 +41,7 @@ To build and run this project locally on Windows, follow these steps: 1. **Clone the repository:** Clone this repository to your local machine using the following command: ```bash - git clone https://github.com/embedded-dev-research/itlab_2023.git + git clone https://github.com/embedded-dev-research/ITLabAI.git ``` 2. **Update submodules:** Navigate to the project directory and update the submodules: @@ -77,7 +77,7 @@ To build and run this project locally on Windows, follow these steps: 1. **Clone the repository:** Clone this repository to your local machine using the following command: ```bash - git clone https://github.com/embedded-dev-research/itlab_2023.git + git clone https://github.com/embedded-dev-research/ITLabAI.git ``` 2. **Update submodules:** Navigate to the project directory and update the submodules: @@ -153,6 +153,6 @@ Now you can run accuracy check - *build\bin\ACC_MNIST.exe* * **The accuracy should be 98.02%** ## **Documentation of project** -https://github.com/embedded-dev-research/itlab_2023/blob/Semyon1104/Final_documentation/docs/IT_Lab_2023.pdf +https://github.com/embedded-dev-research/ITLabAI/blob/Semyon1104/Final_documentation/docs/IT_Lab_2023.pdf ## **Structure of our library** ![Class diagram](./docs/class_diagram.svg)