Skip to content

Commit

Permalink
Update YAML Quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Muchsel committed Nov 13, 2023
1 parent 91c0f15 commit 610829e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guides/YAML Quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Network Description YAML Files: A Quick Start Guide

August 15, 2022
November 13, 2023

This document is intended to help users to create network description YAML files corresponding to their network models.

Expand Down Expand Up @@ -368,7 +368,7 @@ layers:
#output_width: 32
processors: 0xfffffffc00000000
operation: Conv2d
# +++++++++++++++++++++ layer 6:self.fc = ai8x.Linear(30*64*64, 2, bias=True)
# +++++++++++++++++++++ layer 6:self.fc = ai8x.Linear(32*8*8, 2, bias=True)
- op: mlp
flatten: true
out_offset: 0x1000
Expand Down

0 comments on commit 610829e

Please sign in to comment.