Skip to content

Commit

Permalink
Examples (BNN-PYNQ): update *FC models to r1
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Pappalardo <[email protected]>
  • Loading branch information
volcacius committed Sep 9, 2020
1 parent 59f1fdd commit 8b78477
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/lfc_1w1a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/lfc_1w1a-db6e13bd.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/lfc_1w1a_eval-db6e13bd.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/lfc_1w1a-df314f3c.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/lfc_1w1a_eval-df314f3c.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [1024, 1024, 1024]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/lfc_1w2a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/lfc_1w2a-0a771c67.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/lfc_1w2a_eval-0a771c67.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/lfc_1w2a-c5ec0752.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/lfc_1w2a_eval-c5ec0752.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [1024, 1024, 1024]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/sfc_1w1a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_1w1a-fd8a6c3d.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_1w1a_eval-fd8a6c3d.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_1w1a-7c88b022.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_1w1a_eval-7c88b022.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [256, 256, 256]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/sfc_1w2a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_1w2a-fdc0c779.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_1w2a_eval-fdc0c779.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_1w2a-c4a329a3.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_1w2a_eval-c4a329a3.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [256, 256, 256]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/sfc_2w2a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_2w2a-35a7c41d.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/sfc_2w2a_eval-35a7c41d.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_2w2a-c64783d4.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/sfc_2w2a_eval-c64783d4.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [256, 256, 256]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/tfc_1w1a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_1w1a-ff8140dc.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_1w1a_eval-ff8140dc.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_1w1a-69e41d29.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_1w1a_eval-69e41d29.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [64, 64, 64]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/tfc_1w2a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_1w2a-95ad635b.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_1w2a_eval-95ad635b.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_1w2a-db7ca3f1.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_1w2a_eval-db7ca3f1.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [64, 64, 64]
Expand Down
4 changes: 2 additions & 2 deletions brevitas_examples/bnn_pynq/cfg/tfc_2w2a.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MODEL]
ARCH: FC
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_2w2a-7e0a62f1.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r0/tfc_2w2a_eval-7e0a62f1.txt
PRETRAINED_URL: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_2w2a-54dbc4af.pth
EVAL_LOG: https://github.com/Xilinx/brevitas/releases/download/bnn_pynq-r1/tfc_2w2a_eval-54dbc4af.txt
DATASET: MNIST
IN_CHANNELS: 1
OUT_FEATURES = [64, 64, 64]
Expand Down

0 comments on commit 8b78477

Please sign in to comment.