-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
317e1a3
commit 6bb5cef
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# burn-examples | ||
some neural networks implemented by burn framework: | ||
|
||
1. fashion mnist: `cargo run --package fashion_mnist` | ||
2. yolo v1: `cargo run --package yolo_v1` | ||
## 1. fashion mnist | ||
|
||
**runing cmd**: `cargo run --package fashion_mnist` | ||
**current status**: every thing is ok. | ||
|
||
## 2. yolo v1 | ||
|
||
**runing cmd**: `cargo run --package yolo_v1` | ||
|
||
**current status**: The code runs smoothly, but the training process cannot be completed as the loss stops decreasing at around 21, leading to its termination by the burn framework. I'm still investigating the reasons behind this. |