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

Added support for output_dim to be a tuple #1070

Merged
merged 28 commits into from
Mar 2, 2021

Commits on Feb 6, 2021

  1. Added support for output_dim to be a tuple

    kessler-frost committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    67f5980 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md

    kessler-frost committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    1a2354c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    b271923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a76cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tuples-keraslayer' of https://github.com/kessler-frost/…

    …pennylane into tuples-keraslayer
    kessler-frost committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7fd0bb3 View commit details
    Browse the repository at this point in the history
  4. Updated compute_output_shape and output_dim in KerasLayer

    kessler-frost committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5243509 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Removed mandation of output_dim to become a tuple

    kessler-frost committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    418aa1f View commit details
    Browse the repository at this point in the history
  2. Merged with the master branch

    kessler-frost committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    82c583f View commit details
    Browse the repository at this point in the history
  3. Merged with main and minor fixes for black

    kessler-frost committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    6c00cf1 View commit details
    Browse the repository at this point in the history
  4. Help needed for dimenstionality issues

    kessler-frost committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b287631 View commit details
    Browse the repository at this point in the history
  5. Accidentally pushed wrong file

    kessler-frost committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    491ca28 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b78574a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a1736a1 View commit details
    Browse the repository at this point in the history
  2. Fixed the sampling of output_dim

    kessler-frost committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    437fb49 View commit details
    Browse the repository at this point in the history
  3. Added test_model_gradients_for_denstiy_matrix()

    kessler-frost committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    fb55888 View commit details
    Browse the repository at this point in the history
  4. Improved testing for keras integration

    kessler-frost committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2a2aa14 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    5eb1b2f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

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

Commits on Feb 19, 2021

  1. Applied suggestions for removing hidden logic

    kessler-frost committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    398cbe3 View commit details
    Browse the repository at this point in the history
  2. Added testing for real values of dm in the model

    kessler-frost committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    890b60d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    fa0d188 View commit details
    Browse the repository at this point in the history
  2. Skipping dm tests for disabled tape_mode

    kessler-frost committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    243db53 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8a52e50 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d076b57 View commit details
    Browse the repository at this point in the history
  2. New suggestions implemented

    kessler-frost committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5082db0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge branch 'master' into tuples-keraslayer

    Sankalp Sanand committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d3e2608 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    ca327fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554b887 View commit details
    Browse the repository at this point in the history