Skip to content

Commit

Permalink
regression: Add AlexNet network with actual weights
Browse files Browse the repository at this point in the history
- Update large testplan to include alexnet
- Add fbuf for AlexNet with actual weights
- Add leads for AlexNet

Change-Id: Ib9fd2c003363855a84576a82ff7b258c2259456e
Signed-off-by: Sharif Inamdar <isharif@nvidia.com>
Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>
  • Loading branch information
smsharif1991 authored and prasshantg committed Aug 7, 2018
1 parent 6410ae3 commit 1f44c24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added regression/flatbufs/kmd/NN/NN_L0_1_large_fbuf
Binary file not shown.
1 change: 1 addition & 0 deletions regression/golden/NN_L0_1_large_b059a8/dla/lead.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e8227b9700ca051bf2d48ad61d443c6d o_000000.dimg
Binary file not shown.
2 changes: 2 additions & 0 deletions regression/testplan/firmware_large.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def registerNvLargeTests(self, testplan):
"Max pooling, 8x8x32 input cube, 8x8x32 output cube, no padding, 1x1 kernel size. No need to compare data. It is enough if task succeeds to pass this test."])
testplan.append(
[0, "Written", kmd, "NN_L0_1_large_random", None, nn, devices, "AlexNet - With random Data and Weights", "AlexNet"])
testplan.append(
[0, "Written", kmd, "NN_L0_1_large", None, nn, devices, "AlexNet", "AlexNet"])

def registerFirmwareLargeTests(self):
testplan = []
Expand Down

0 comments on commit 1f44c24

Please sign in to comment.