Skip to content

Releases: pfnet-research/menoh

Menoh v1.1.1

16 Oct 13:48
1b8e00f
Compare
Choose a tag to compare

Bug fix

  • Make it can load BatchNormalization
  • Modify message of unsupported_input_dims_error

Menoh v1.1.0

12 Oct 10:14
d395001
Compare
Choose a tag to compare

Overview

  • Fix preprocess of VGG16 example
  • Delete menoh_onnx_viewer
  • Use protobuf-3.6.1 when linking static protobuf library
  • Remove random operation when constructing computation graph
  • Add Python depenedency to build libonnx (Python is needed only building time, not runtime)

API change

  • Load ONNX model on memory

    • Add make_model_data_from_onnx_data_on_memory
  • Replaced API

    • Add menoh_variable_profile_table_builder_add_input_profile
      • Deprecate menoh_variable_profile_table_builder_add_input_profile_dims2 and menoh_variable_profile_table_builder_add_input_profile_dims4
    • Add menoh_variable_profile_table_builder_add_output_name
      • Deprecate menoh_variable_profile_table_builder_add_output_profile
  • Exception specification

    • menoh_build_variable_profile_table can return input_not_found_error, output_not_found_error and variable_not_found_error
      • Invalid input name (no nodes have it as input) causes input_not_found_error
      • Invalid output name (no nodes have it as output) causes output_not_found_error
      • When needed variable doesn't exist, it returns variable_not_found_error

Menoh v1.0.3

23 Jul 04:39
f503afe
Compare
Choose a tag to compare

Modification

  • reset error message when unknown error is happened #33
  • add status to message #36
  • install menoh_onnx_viewer #39
  • menoh_onnx_viewer: print dtype of parameters #46
  • add protobuf version check #49
  • make invalid_attribute_type message a little more friendly #51

Bug fixes

Tweaks

  • Add some links to bindings

Menoh v1.0.2

02 Jul 02:26
3515c8c
Compare
Choose a tag to compare

Bug fixes

  • fix segmentation fault in menoh_impl::extract_needed_node_list (#23)
  • fix undefined reference errors on mingw (#21)

Tweaks

  • setup CI tools (CircleCI, Appbeyor)

Menoh v1.0.1

22 Jun 08:39
0e8067e
Compare
Choose a tag to compare
Merge pull request #16 from pfnet-research/update_gitignore

add .gitignore and .clang-format

Menoh v1.0.0 Prebuild for Windows

22 Jun 02:48
1b415e8
Compare
Choose a tag to compare
Merge pull request #10 from msakai/feature/travis-badge

add Travis CI badge on README.md