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

U-Net Research Paper Attached, Linter Issue Solved #1959

Merged
merged 10 commits into from
Jul 20, 2023
Merged

U-Net Research Paper Attached, Linter Issue Solved #1959

merged 10 commits into from
Jul 20, 2023

Commits on Jul 15, 2023

  1. U-Net Code, did not have a original research paper, attached along wi…

    …th code, added original research paper, followed the way keras-cv adds research paper along with code
    NiharJani2002 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    dd3a806 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update keras_cv/models/__internal__/unet.py

    The second line has been Deleted, As Per Your Suggestion.
    NiharJani2002 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    55dce70 View commit details
    Browse the repository at this point in the history
  2. Update keras_cv/models/__internal__/unet.py

    Only Research Paper Is Now There In The Code
    NiharJani2002 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9e3e00e View commit details
    Browse the repository at this point in the history
  3. Update unet.py

    There is only one line between the research paper link and Args.
    NiharJani2002 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2471068 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    60091e9 View commit details
    Browse the repository at this point in the history
  2. Linter Issue solved

    NiharJani2002 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    955f642 View commit details
    Browse the repository at this point in the history
  3. Update unet.py

    U-Net Research Paper In The Same Line, Along With It Linter Issue Is Resolved.
    The Bitly Link Is Used.
    NiharJani2002 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba7acfa View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. arxiv. Paper Of U-Net Attached And with #noqa:E501

    U-Net Research Paper Attached Along With Original Research Paper of arxiv., Linter Issue Solved With The Help #noqa:E501
    NiharJani2002 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7f027d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. U-Net Paper attached, and # noqa: E501 at the end of docstring

    # noqa: E501 placed at the end of Docstring
    NiharJani2002 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    575c1d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7513705 View commit details
    Browse the repository at this point in the history