yolo_tiny_v1 (#14878)

This commit is contained in:
Maciej Smyk 2023-01-04 11:11:46 +01:00 committed by GitHub
parent e40e6c26ef
commit ca447a2eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 913 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5d909bcaa7f6ec95cb0e3bf1b676b031489e89afa411e6add1aa2faaf90e0b3
size 101557

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 166 KiB

View File

@ -102,7 +102,7 @@ Layers can be joined only when the two conditions below are met:
- Depending on a tiling scheme, a `Concatenation` or `Sum` layer that joins all resulting tensors into one and restores the full blob that contains the result of a tiled operation
Names of tiled layers contain the `@soc=M/N` part, where `M` is the tile number and `N` is the number of tiles:
![](../img/yolo_tiny_v1.png)
![](../img/yolo_tiny_v1.svg)
> **NOTE**: Nominal layers, such as `Shrink` and `Expand`, are not executed.