Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add del initializer #139

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. Added test, docs/, and updated resolve_rounding_mode function to retu…

    …rn new rounding modes.
    jvreca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dad9869 View commit details
    Browse the repository at this point in the history
  2. Fix table visualization.

    jvreca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    47a88e4 View commit details
    Browse the repository at this point in the history
  3. Fix table visualization again.

    jvreca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e2c1504 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fixed converter to allow alpha/scale to be a tensor

    Fixed rounding_mode specifier in convert_quantized_bits
    jvreca committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    baa0df3 View commit details
    Browse the repository at this point in the history
  2. Added a check to see if tensor is representable by the quantization p…

    …arameters.
    jvreca committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    de9f731 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Extra Mul node inserted only when neccessary

    Commented out assertion on non-representability
    jvreca committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    72b994a View commit details
    Browse the repository at this point in the history
  2. Added parameterized test for tensor style alpha.

    jvreca committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    75b40ab View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Updated QKeras converter to support auto_po2

    jvreca committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7b5bf4a View commit details
    Browse the repository at this point in the history
  2. Added check for none.

    jvreca committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9fd5f6a View commit details
    Browse the repository at this point in the history
  3. Fixed pre-commit issues.

    jvreca committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d8a66a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd45320 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Added Identity node to the removal list

    jvreca committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3eddb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95042b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Addded del_initializer to modelwrapper.

    jvreca committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3e793f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. reformated with pre-commit hooks.

    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7e98eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fafc4d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rounding_mode_new' into update_qkeras_converter_for_arr…

    …ay_and_auto_po2_scale
    
    Merging changes from rounding_mode_new.
    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    608e3c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'update_qkeras_converter_for_array_and_auto_po2_scale' i…

    …nto HEAD
    
    Merge changes from the new converter
    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7e710ea View commit details
    Browse the repository at this point in the history
  5. Merge branch 'is_tensor_representable' into add_identity_node_to_remo…

    …val_list
    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    65114d2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add_identity_node_to_removal_list' into add_input_quant…

    …ization_qkeras_converter
    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    acc0604 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add_input_quantization_qkeras_converter' into add_del_i…

    …nitializer
    jvreca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    518c9ae View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Removed quantized relu from input quantizaiton fn, because it is pick…

    …ed up by the normal converter flow.
    
    Added an extra InferShape transform
    jvreca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    76a791d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_input_quantization_qkeras_converter' into add_del_i…

    …nitializer
    jvreca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5b840a9 View commit details
    Browse the repository at this point in the history