Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)

project(itlab_2023)
project(ITLabAI)

option(ENABLE_STATISTIC_TENSORS "Enable statistic tensors" OFF)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Loading