Skip to content

Commit a3a6d1c

Browse files
authored
Update Readme.md
1 parent 30dfcf7 commit a3a6d1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

learning/Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
- Install TensorFLow: follow official site instructions: https://www.tensorflow.org/install/
44
- Open Visual Studio Code with curent folder and execute in terminal:
55

6+
```sh
67
python ./mnist_deep_training.py --training_iteration=1000 --model_version=1 "Model Training Folder Path"
8+
```
79

810
This is start python script and train MNIST deep model with 1000 iterations. After that it will save model in directory. Please keep in mind to increament model_version parameter value after every training.
911

1012
- Install TensorFlow Serving: follow official site instructions: https://www.tensorflow.org/serving/
1113

1214
- Start TensorFlow Serving with the following command:
1315

16+
```sh
1417
tensorflow_model_server --port=9000 --model_name=mnist --model_base_path="odel Training Folder Path"
18+
```

0 commit comments

Comments
 (0)