Skip to content

Commit 652a2d7

Browse files
authored
Rename itlab_2023 -> ITLabAI (#190)
1 parent 5d0637d commit 652a2d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: codecov/codecov-action@v4.0.1
179179
with:
180180
token: ${{ secrets.CODECOV_TOKEN }}
181-
slug: embedded-dev-research/itlab_2023
181+
slug: embedded-dev-research/ITLabAI
182182

183183
evaluate-model:
184184
runs-on: ubuntu-latest

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(itlab_2023)
3+
project(ITLabAI)
44

55
option(ENABLE_STATISTIC_TENSORS "Enable statistic tensors" OFF)
66

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![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)
2-
[![codecov](https://codecov.io/gh/embedded-dev-research/itlab_2023/graph/badge.svg?token=L3OS8C4BI6)](https://codecov.io/gh/embedded-dev-research/itlab_2023)
1+
[![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)
2+
[![codecov](https://codecov.io/gh/embedded-dev-research/ITLabAI/graph/badge.svg?token=L3OS8C4BI6)](https://codecov.io/gh/embedded-dev-research/ITLabAI)
33

44
# AlexNet-MNIST-Inference
55
## Model Performance
@@ -41,7 +41,7 @@ To build and run this project locally on Windows, follow these steps:
4141
1. **Clone the repository:**
4242
Clone this repository to your local machine using the following command:
4343
```bash
44-
git clone https://github.com/embedded-dev-research/itlab_2023.git
44+
git clone https://github.com/embedded-dev-research/ITLabAI.git
4545
```
4646
2. **Update submodules:**
4747
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:
7777
1. **Clone the repository:**
7878
Clone this repository to your local machine using the following command:
7979
```bash
80-
git clone https://github.com/embedded-dev-research/itlab_2023.git
80+
git clone https://github.com/embedded-dev-research/ITLabAI.git
8181
```
8282
2. **Update submodules:**
8383
Navigate to the project directory and update the submodules:
@@ -153,6 +153,6 @@ Now you can run accuracy check - *build\bin\ACC_MNIST.exe*
153153
* **The accuracy should be 98.02%**
154154

155155
## **Documentation of project**
156-
https://github.com/embedded-dev-research/itlab_2023/blob/Semyon1104/Final_documentation/docs/IT_Lab_2023.pdf
156+
https://github.com/embedded-dev-research/ITLabAI/blob/Semyon1104/Final_documentation/docs/IT_Lab_2023.pdf
157157
## **Structure of our library**
158158
![Class diagram](./docs/class_diagram.svg)

0 commit comments

Comments
 (0)