Skip to content

v0.1.8: Merge pull request #47 from JDAI-CV/update_onnx2bnn

Compare
Choose a tag to compare
@daquexian daquexian released this 20 Aug 08:09
bad1c0a

Changes:

  • bad1c0a Merge pull request #47 from JDAI-CV/update_onnx2bnn
  • c3b6751 Windows CI compatibility
  • c40a9a9 Remove pybind11 submodule
  • d7df0a2 Download onnx model and convert it to dab instead of download dab in ci
  • e29ebeb Remove python-relevant ci code
  • 8d00fa8 Remove python wrapper since we have already pre-built binaries
  • 3ee4c79 Support custom binary conv list
  • 2ff86f2 Print how many binary convolutions are found and what they are
  • d96537c Update help message of onnx2bnn, restore the original cli args
  • 4337638 Merge pull request #46 from JDAI-CV/update_readme
See more
  • 360c434 Update README furtherly for our arxiv eprint
  • da1b28c Merge pull request #45 from JDAI-CV/update_readme
  • 29ed0bf Update README for our arxiv eprint
  • d6dd406 Merge pull request #43 from JDAI-CV/bnn_assert [ #42 ]
  • c470b49 Replace assert by BNN_ASSERT (solves #42)
  • 4f87b02 Merge pull request #41 from JDAI-CV/remove_invalid_test
  • 7ca9b1a Remove invalid tests
  • 3e415c9 Update the line number in onnx2bnn.md
  • fd43ea3 Merge pull request #39 from i-amgeek/patch-1
  • ac7c399 Update link path
  • b35d345 Merge pull request #38 from JDAI-CV/update_gtest_cmake
  • ecf04a3 Merge branch 'master' into update_gtest_cmake
  • 02c694f Update gtest.cmake
  • c12ff51 Merge pull request #37 from JDAI-CV/update_onnx2bnn
  • 0d5bd67 Update onnx2bnn
  • cb48a41 Update README
  • cdd5114 Update README
  • 1d4b4e3 Merge pull request #36 from JDAI-CV/update_readme
  • 6916de5 Add ONNX models in readme, update the benchmark
  • d234432 Update README
  • 7baa989 Update build.md
  • 198d622 Remove unused functions
  • 5665e16 reformat
  • b3b35de Merge pull request #35 from JDAI-CV/polish
  • ada92f7 Polish
  • 99f0321 Add more docs
  • 0fc0ed9 Fix item id in docs
  • e639339 Add daq_pm benchmark_v7 configuration
  • ae411d8 update docs/build.md
  • c28e12c Add instructions for building
  • 66dc6a9 Merge pull request #33 from JDAI-CV/docs
  • 26b4fcf Update README and misc changes
  • 0f0c183 Rename bconv_out.md to bconv.md
  • 281a796 Rename design.md -> overall.md
  • 7eadf45 Add english docs, update cn docs
  • 62160c4 Merge pull request #32 from tpoisonooo/patch-1
  • dbc2566 Update onnx2bnn_CN.md
  • 9631e48 fix links in design_CN.md
  • c213e98 Update onnx2bnn_CN.md
  • f0494db Update README
  • ab32a12 Merge pull request #24 from tpoisonooo/doc
  • bda0bce Update docs, use ## instead of ##### and misc changes
  • a9b0a33 Update onnx2bnn_CN.md
  • 8b5daf1 Rename doc -> docs
  • 749d990 Update onnx2bnn_CN.md
  • bce3003 Update bconv_CN.md
  • 7d143c6 Update design_CN.md
  • 98f0ad4 Merge branch 'master' into doc
  • 1a73802 Merge pull request #31 from JDAI-CV/update_img
  • 463c1e4 Update imgs
  • e1a6de3 Update README.md
  • e5a35d3 Merge pull request #30 from JDAI-CV/armv7
  • 4751fa1 Add guard in unsupported functions
  • 94dab18 Add armv7 test
  • de3f85f Enable bgemm for armv7
  • 5af2ec3 Fix bug: output_mat is not inited in bgemm
  • 8559844 Update error message for inner_kernel k%2==0
  • 0678418 Update operator== of Mat, add support for nan and Bit datatype
  • 5eda6d2 Fix the wrong gemm_compatible()
  • b68345b Add the missing require_align=False for trans_weight_mat
  • 56a3847 fined im2col mat size
  • 1dbc2ca [daq_pm] Build net_test for android-21 instead of android-28
  • 5a4fc6e Add max pool fallback
  • 1f47ce7 Fix bug in armv7 maxpool 2x2
  • 3294539 Fix maxpool that doesn't throw exception
  • 847cc25 Fix configuration which doesn't enable neon
  • 48cde00 Fix bug of armv7 bgemm, add armv7 implemenation of maxpool and avepool (test not passed)
  • 670b2ec Add armv7 implementation of bgemm, however, a armv7 device is needed to
  • 71fccac Update some configurations
  • b47929a Replace __builtin_popcountl in armv7, since long is 32-bit here
  • 275a855 Remove unnecessary logs
  • 2acd1a3 Merge pull request #29 from JDAI-CV/non-android
  • c039558 1. Update CMakeLists.txt to support non-Android aarch64 devices
  • 132ca10 Use ninja instead of make in net_test configuration
  • 2be7b13 Update README
  • 686b8ca Merge branch 'master' into doc
  • d401219 Merge branch 'master' into doc
  • 1f9f677 Merge branch 'master' into doc
  • 701eacd Update bconv_CN.md
  • 50dcb6c add doc

This list of changes was auto generated.