[Application] yolo example moving weight from torch to nntrainer
authorSeungbaek Hong <sb92.hong@samsung.com>
Fri, 17 Mar 2023 06:40:29 +0000 (15:40 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 24 Mar 2023 10:25:40 +0000 (19:25 +0900)
commit57fac7e401f748e822abea0ad1f6cfdbdad49ea6
treeb770927de785d03f15455e6fc7bc51ceaf8c4f14
parentb291315c36f2cfd1ce5f765e7f88b1984d1b2892
[Application] yolo example moving weight from torch to nntrainer

Add yolo example moving weight from pytorch to nntrainer.

It should be noted that pytorch and nntrainer have different

default values of epsilon constant of batch normalization.

Signed-off-by: Seungbaek Hong <sb92.hong@samsung.com>
Applications/YOLO/PyTorch/main.py
Applications/YOLO/PyTorch/yolo.py