Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardyang92 authored Mar 9, 2024
1 parent 317e1a3 commit 6bb5cef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
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.

0 comments on commit 6bb5cef

Please sign in to comment.