Skip to content

Commit 9a6994f

Browse files
committed
md
1 parent e790556 commit 9a6994f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
[Personal website: www.bytesc.top](http://www.bytesc.top) includes online project demonstrations.
88

9+
[Personal blog: blog.bytesc.top](http://blog.bytesc.top)
10+
11+
🔔 If you have any project-related questions, feel free to raise an `issue` in this project, I will usually reply within 24 hours.
12+
913
## Project Introduction
1014
* 1. Use pytorch to implement intelligent classification of CIFAR10 dataset images
1115
* 2. Use a small model, lightweight, with a 76% accuracy rate

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
[个人网站:www.bytesc.top](http://www.bytesc.top) 包含项目在线演示。
88

9+
[个人博客:blog.bytesc.top](http://blog.bytesc.top)
10+
11+
🔔 如有项目相关问题,欢迎在本项目提出`issue`,我一般会在 24 小时内恢复。
12+
913
## 项目简介
1014
* 1, 使用pytorch实现CIFAR10数据集图片的智能分类
1115
* 2, 使用小模型,轻量化,76%准确率

modelDemo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ def popup_window(title, content):
8989
cdn=False,
9090
auto_open_webbrowser=False,
9191
remote_access=False,
92-
port=6006
92+
port=6007
9393
)

0 commit comments

Comments
 (0)