Skip to content

Commit 1f22fa0

Browse files
committed
docs: restore cmake-related README updates
1 parent eb82d3e commit 1f22fa0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To build and run this project locally on Windows, follow these steps:
7171
```
7272
and run the file
7373
```bash
74-
Graph_Build.exe --model alexnet_mnist
74+
itlabai_graph_build_exe.exe --model alexnet_mnist
7575
```
7676
### *Linux/macOS*
7777
To build and run this project locally on Linux or macOS, follow these steps:
@@ -118,7 +118,7 @@ To build and run this project locally on Windows, follow these steps:
118118
```
119119
and run the file
120120
```bash
121-
./Graph_Build --model alexnet_mnist
121+
./itlabai_graph_build_exe --model alexnet_mnist
122122
```
123123

124124
## Test Process
@@ -136,7 +136,7 @@ To build and run this project locally on Windows, follow these steps:
136136
```
137137
and run the following files:
138138
```bash
139-
run_test.exe
139+
itlabai_unit_test.exe
140140
```
141141
### *Linux*
142142
To start the testing process locally, you need to go to the directory
@@ -145,8 +145,8 @@ To start the testing process locally, you need to go to the directory
145145
```
146146
and run the following files:
147147
```bash
148-
chmod +x run_test
149-
./run_test
148+
chmod +x itlabai_unit_test
149+
./itlabai_unit_test
150150
```
151151

152152
## **Accuracy validation for Alexnet on MNIST**

0 commit comments

Comments
 (0)