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

Batch run #2069

Merged
merged 48 commits into from
Mar 8, 2022
Merged

Batch run #2069

merged 48 commits into from
Mar 8, 2022

Commits on Dec 25, 2021

  1. batching ability for non-trainable inputs only following issue #2037

    This function creates multiple circuit executions for batched input examples
    and executes all batch inputs with the same trainable variables. The main
    difference between the proposed version in the issue and this commit is the
    input `argnum` this indicates the location of the given input hence gives the
    ability to work across platforms.
    jackaraz committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    0070315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a363dad View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    c8152f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dc9c77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6caaea View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    9331ec7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    7cac18b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. reformatted code style

    jackaraz committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4f8af0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5368af0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    694dece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123d039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152cbde View commit details
    Browse the repository at this point in the history
  4. update linting

    jackaraz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    57d8857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14b00b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    66d5192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d4cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d233e19 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    b7d6152 View commit details
    Browse the repository at this point in the history
  2. format test_keras.py

    jackaraz committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a3c1a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0498767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afa989e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf0a13a View commit details
    Browse the repository at this point in the history
  6. adapt the defaults

    jackaraz committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a58f1ae View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    f863afc View commit details
    Browse the repository at this point in the history
  2. remove keras sterilazation

    jackaraz committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ee30bdd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    e61d41a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    2168ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489cd03 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    633b95e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    cf9a53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b63521 View commit details
    Browse the repository at this point in the history
  3. docstring update for readability: pennylane/transforms/batch_input.py

    Co-authored-by: Josh Izaac <josh146@gmail.com>
    jackaraz and josh146 authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    775fd86 View commit details
    Browse the repository at this point in the history
  4. minor fix in documentation

    jackaraz committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f239416 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49ad4f8 View commit details
    Browse the repository at this point in the history
  6. test valueerror

    jackaraz committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f2de336 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9d7e63 View commit details
    Browse the repository at this point in the history
  8. change argnum -> batch_idx

    jackaraz committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8fd6f6a View commit details
    Browse the repository at this point in the history
  9. update changelog-dev.md

    jackaraz committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    79d2d93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6baa0a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    20ceee2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. apply @josh146 's suggestions

    jackaraz committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    023e60c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f20bc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    71ab7c4 View commit details
    Browse the repository at this point in the history
  2. linting

    josh146 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    088d757 View commit details
    Browse the repository at this point in the history
  3. tests

    josh146 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d9adf69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84951f8 View commit details
    Browse the repository at this point in the history
  5. more

    josh146 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    92dadd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef20484 View commit details
    Browse the repository at this point in the history