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

update #50

Merged
merged 124 commits into from
Apr 8, 2023
Merged

update #50

merged 124 commits into from
Apr 8, 2023

Commits on Jul 4, 2022

  1. add: fix #16491

    old-school-kid committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d18db42 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. head at master

    old-school-kid committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6b214f3 View commit details
    Browse the repository at this point in the history
  2. fetch source

    fetch source
    old-school-kid committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f2fb909 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    66fa336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a496f92 View commit details
    Browse the repository at this point in the history
  3. fix: linting

    old-school-kid committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3c6250f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    f95181f View commit details
    Browse the repository at this point in the history
  2. add: unit tests

    old-school-kid committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e3265fa View commit details
    Browse the repository at this point in the history
  3. fix: linting

    old-school-kid committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    79fef29 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Update training_utils.py

    Ensure that handle_partial_sample_weights recieves a list-like instead of a tensor.
    nershman committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    083b213 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add pure logic of CFCE

    Frightera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5696b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e547f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. + SpectralNormalization

    markub3327 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0ae1ae7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    d3dd32f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16adf85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc38e33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    363baaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c267fa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1a4725 View commit details
    Browse the repository at this point in the history
  7. Fix linting.

    Frightera committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3c33117 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Fix docstring style.

    Frightera committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3538622 View commit details
    Browse the repository at this point in the history
  2. fixes

    markub3327 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7f91062 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix

    markub3327 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5fbe19e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. update

    markub3327 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f57b45a View commit details
    Browse the repository at this point in the history
  2. Update the docstrings.

    Frightera committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6b4fa6b View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    Frightera committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    49c03a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. update tests

    markub3327 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    46269ea View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Typo Lion docstring

    The docstring is not rendered well on the tensorflow api reference
    drauh committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    6aa5b6d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    f560336 View commit details
    Browse the repository at this point in the history
  2. Update training_utils.py

    modify partial weights check instead of changing shape of sample_weight, it causes issues downstream.
    nershman committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    82130f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Support class_weight for 3+ dimensional data in model.fit

    PiperOrigin-RevId: 519731299
    ianstenbit authored and tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    89d2b51 View commit details
    Browse the repository at this point in the history
  2. Consolidate saving and serialization APIs in saving namespace.

    PiperOrigin-RevId: 519739609
    fchollet authored and tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ff4b3f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17726 from drauh:patch-1

    PiperOrigin-RevId: 519760042
    tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e225100 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16755 from old-school-kid:global-pooling

    PiperOrigin-RevId: 519760686
    tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    65653a7 View commit details
    Browse the repository at this point in the history
  5. Prefer "Pooling" for layer names.

    tensorflow.org takes the first "export" name as the "real" name and
    treats everything else as aliases.
    "Pooling" is preferred since layer names should be nouns not verbs.
    
    PiperOrigin-RevId: 519800229
    MarkDaoust authored and tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1a8c6c1 View commit details
    Browse the repository at this point in the history
  6. Remove invalid tf1 export decorators from the Keras codebase, and fix…

    … bug related to symbol deduping in pip_build.py. Also add sanity check to prevent future similar issues.
    
    PiperOrigin-RevId: 519843284
    fchollet authored and tensorflower-gardener committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    86e8daa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Removes warnings for Keras object re-registration.

    PiperOrigin-RevId: 520141683
    nkovela1 authored and tensorflower-gardener committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b790871 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17648 from markub3327:keras-update

    PiperOrigin-RevId: 520171696
    tensorflower-gardener committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    42047cc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Unifying interpolation selection

    Signed-off-by: Jiri Podivin <jpodivin@gmail.com>
    jpodivin committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3c3da70 View commit details
    Browse the repository at this point in the history
  2. Update training_utils.py

    simplified logic a but. the first check will always return true because even (None,) != None.
    nershman committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a2d5ea9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #17651 from Frightera:frightera_categorical_focal_…

    …loss_v2
    
    PiperOrigin-RevId: 520482950
    tensorflower-gardener committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0f8e81f View commit details
    Browse the repository at this point in the history
  2. Add a missing space

    Added a missing space in one of the ValueErrors raised.
    sudoLife committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    08763b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f89165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c193de View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fixes input layer naming bugs via explicit naming propagation, includ…

    …ing unit tests for TypeSpec naming, saving, and exporting.
    
    PiperOrigin-RevId: 521005984
    nkovela1 authored and tensorflower-gardener committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8178687 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17742 from jpodivin:resizing

    PiperOrigin-RevId: 521012482
    tensorflower-gardener committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9b522f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    f5d1c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a29695f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4757f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef906c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4869fc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd352a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    339cfd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f59c897 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60ec747 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab00513 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3291f20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e94bf2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4079244 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ee63ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ea50275 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dcd1f73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    401ce3d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e1d9116 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    235ad94 View commit details
    Browse the repository at this point in the history
  20. [keras/layers/attention/multi_head_attention.py] Standardise docstrin…

    …g usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4c1fb0f View commit details
    Browse the repository at this point in the history
  21. [keras/layers/convolutional/conv2d_transpose.py] Standardise docstrin…

    …g usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    65921f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    12b9594 View commit details
    Browse the repository at this point in the history
  23. [keras/layers/convolutional/conv3d_transpose.py] Standardise docstrin…

    …g usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    85bcad2 View commit details
    Browse the repository at this point in the history
  24. [keras/layers/convolutional/depthwise_conv2d.py] Standardise docstrin…

    …g usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6e52056 View commit details
    Browse the repository at this point in the history
  25. [keras/layers/convolutional/separable_conv2d.py] Standardise docstrin…

    …g usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b337735 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ca2cf02 View commit details
    Browse the repository at this point in the history
  27. [keras/layers/locally_connected/locally_connected1d.py] Standardise d…

    …ocstring usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6a278f5 View commit details
    Browse the repository at this point in the history
  28. [keras/layers/locally_connected/locally_connected2d.py] Standardise d…

    …ocstring usage of "Defaults to"
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    08d3498 View commit details
    Browse the repository at this point in the history
  29. Add remote directory support for saving/loading models in new Keras v…

    …3 saving.
    
    PiperOrigin-RevId: 521801919
    nkovela1 authored and tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9019502 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9603567 View commit details
    Browse the repository at this point in the history
  31. [keras/initializers/initializers_v1.py] Set defaults correctly for Ra…

    …ndomUniform in docstring
    SamuelMarks committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6ce7aac View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0e61e2c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e04a1c4 View commit details
    Browse the repository at this point in the history
  34. Typo in docstring

    PiperOrigin-RevId: 521820483
    tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e2bd4f0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    09b09d2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    71fee88 View commit details
    Browse the repository at this point in the history
  37. Fix Initializer docstring.

    PiperOrigin-RevId: 521827269
    fchollet authored and tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c56f664 View commit details
    Browse the repository at this point in the history
  38. Update Keras for mixed precision training under dtensor based strategy.

    1. The mixed precision API under keras had a type checking for supported strategy type, and has been expanded to new DTensor based strategy types.
    
    2. The loss scale optimizer has been update accordingly.
    
    3. Added multiple device type test, and enable mixed precision test on GPU only.
    
    PiperOrigin-RevId: 521833131
    qlzh727 authored and tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    44e91ce View commit details
    Browse the repository at this point in the history
  39. Minor code cleanup to improve readability of `is_functional_model_ini…

    …t_params()`.
    
    PiperOrigin-RevId: 521834459
    LukeWood authored and tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e24cf47 View commit details
    Browse the repository at this point in the history
  40. Disable the flaky test for now.

    PiperOrigin-RevId: 521836463
    qlzh727 authored and tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c45bf05 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #17744 from sudoLife:patch-1

    PiperOrigin-RevId: 521843987
    tensorflower-gardener committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    bd1d26d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b87b656 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Raise UnavailableError to be caught at a higer level to let TPU work…

    …er be able to recover from preemptions.
    
    PiperOrigin-RevId: 522082131
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c225ac7 View commit details
    Browse the repository at this point in the history
  2. Move dtype setting logic to the Policy class to make dtype policy awa…

    …reness more self-contained.
    
    PiperOrigin-RevId: 522094585
    fchollet authored and tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5a77d20 View commit details
    Browse the repository at this point in the history
  3. Removes untraced functions warning messages during model saving that …

    …occurs during `ModelCheckpoint` callback usages.
    
    PiperOrigin-RevId: 522121083
    sampathweb authored and tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ecb4f98 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17785 from SamuelMarks:keras.initializers.initial…

    …izers_v1-defaults-to
    
    PiperOrigin-RevId: 522184306
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4905b74 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17797 from SamuelMarks:keras.layers.convolutional…

    ….conv3d_transpose-defaults-to
    
    PiperOrigin-RevId: 522184480
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ebe2f98 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17780 from SamuelMarks:keras.engine.training-defa…

    …ults-to
    
    PiperOrigin-RevId: 522184651
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    125d9d4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #17783 from SamuelMarks:keras.feature_column.dense…

    …_features-defaults-to
    
    PiperOrigin-RevId: 522184752
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b6f8e37 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #17771 from SamuelMarks:keras.datasets.imdb-defaul…

    …ts-to
    
    PiperOrigin-RevId: 522185005
    tensorflower-gardener committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4d04cc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request #17769 from SamuelMarks:keras.backend-defaults-to

    PiperOrigin-RevId: 522185273
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9be4a8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17774 from SamuelMarks:keras.engine.base_layer_ut…

    …ils-defaults-to
    
    PiperOrigin-RevId: 522185320
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    be5183d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17786 from SamuelMarks:keras.layers.activation.le…

    …aky_relu-defaults-to
    
    PiperOrigin-RevId: 522185348
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    438619b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17781 from SamuelMarks:keras.engine.training_v1-d…

    …efaults-to
    
    PiperOrigin-RevId: 522191008
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    035a9c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17787 from SamuelMarks:keras.layers.activation.re…

    …lu-defaults-to
    
    PiperOrigin-RevId: 522191750
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6b7fc6f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17795 from SamuelMarks:keras.layers.convolutional…

    ….conv2d_transpose-defaults-to
    
    PiperOrigin-RevId: 522194229
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3d88758 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #17796 from SamuelMarks:keras.layers.convolutional…

    ….conv3d-defaults-to
    
    PiperOrigin-RevId: 522194435
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2c17862 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #17788 from SamuelMarks:keras.layers.activation.so…

    …ftmax-defaults-to
    
    PiperOrigin-RevId: 522194491
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5eeb305 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #17799 from SamuelMarks:keras.layers.convolutional…

    ….depthwise_conv2d-defaults-to
    
    PiperOrigin-RevId: 522194571
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f38f2a8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #17800 from SamuelMarks:keras.layers.convolutional…

    ….separable_conv2d-defaults-to
    
    PiperOrigin-RevId: 522194744
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8d129da View commit details
    Browse the repository at this point in the history
  11. Merge pull request #17803 from SamuelMarks:keras.layers.locally_conne…

    …cted.locally_connected2d-defaults-to
    
    PiperOrigin-RevId: 522194841
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5308de0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #17802 from SamuelMarks:keras.layers.locally_conne…

    …cted.locally_connected1d-defaults-to
    
    PiperOrigin-RevId: 522194958
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6feef60 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #17357 from nershman:master

    PiperOrigin-RevId: 522362145
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    db138de View commit details
    Browse the repository at this point in the history
  14. Merge pull request #17772 from SamuelMarks:keras.datasets.reuters-def…

    …aults-to
    
    PiperOrigin-RevId: 522370820
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    296c7bf View commit details
    Browse the repository at this point in the history
  15. Merge pull request #17763 from SamuelMarks:keras.applications.mobilen…

    …et-defaults-to
    
    PiperOrigin-RevId: 522370988
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    70c8760 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #17762 from SamuelMarks:keras.applications.incepti…

    …on_v3-defaults-to
    
    PiperOrigin-RevId: 522371075
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5fb1932 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #17779 from SamuelMarks:keras.engine.input_layer-d…

    …efaults-to
    
    PiperOrigin-RevId: 522372858
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e6c2460 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #17777 from SamuelMarks:keras.engine.data_adapter-…

    …defaults-to
    
    PiperOrigin-RevId: 522373075
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a418a17 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #17760 from SamuelMarks:keras.applications.imagene…

    …t_utils-defaults-to
    
    PiperOrigin-RevId: 522373224
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5a4bb26 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #17789 from SamuelMarks:keras.layers.attention.add…

    …itive_attention-defaults-to
    
    PiperOrigin-RevId: 522373711
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b92561a View commit details
    Browse the repository at this point in the history
  21. Merge pull request #17773 from SamuelMarks:keras.engine.base_layer-de…

    …faults-to
    
    PiperOrigin-RevId: 522379760
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3cb9850 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #17801 from SamuelMarks:keras.layers.kernelized-de…

    …faults-to
    
    PiperOrigin-RevId: 522387871
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6932983 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #17778 from SamuelMarks:keras.engine.functional-de…

    …faults-to
    
    PiperOrigin-RevId: 522387892
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9622522 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #17791 from SamuelMarks:keras.layers.attention.mul…

    …ti_head_attention-defaults-to
    
    PiperOrigin-RevId: 522397304
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9d4866d View commit details
    Browse the repository at this point in the history
  25. Merge pull request #17746 from Frightera:frightera_small_loss_fixes

    PiperOrigin-RevId: 522400412
    tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4557f32 View commit details
    Browse the repository at this point in the history
  26. Creates test for checkpoint compatibility with layer ordering changes.

    PiperOrigin-RevId: 522451093
    nkovela1 authored and tensorflower-gardener committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    156eb45 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Remove ineffective statement

    PiperOrigin-RevId: 522477719
    fchollet authored and tensorflower-gardener committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    cbbe8eb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Scrub outdated "experimental" reference in optimizers.

    PiperOrigin-RevId: 522826730
    fchollet authored and tensorflower-gardener committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e8aeef5 View commit details
    Browse the repository at this point in the history