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

Torch jinet implementation #196

Merged
merged 40 commits into from
Sep 26, 2022
Merged

Commits on Jun 14, 2022

  1. initial commit

    AhmetCanSolak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8616a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. forward model roughly implemented

    acs-ws committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    26c3e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jun 21, 2022

  1. calling the cat in correct way

    acs-ws committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    52ca7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5d15c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. merge conflict resolved

    AhmetCanSolak committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d3e6b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f91cc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. merge conflict resolved

    acs-ws committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3798f4f View commit details
    Browse the repository at this point in the history
  2. merge conflict resolved

    acs-ws committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    531efd0 View commit details
    Browse the repository at this point in the history
  3. separating jinet test module

    acs-ws committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    5835b03 View commit details
    Browse the repository at this point in the history
  4. populating the jinet n2t loop

    acs-ws committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    336f392 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60cc58b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. merge conflict resolved

    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1b2247f View commit details
    Browse the repository at this point in the history
  2. merge conflict resolved2

    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    450ffc9 View commit details
    Browse the repository at this point in the history
  3. class __init__ is improved, kernel_size and num_features properties i…

    …mplemented, some of needed missing imports for training loop is added
    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b2eef42 View commit details
    Browse the repository at this point in the history
  4. dilated conv implemented

    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9d106a1 View commit details
    Browse the repository at this point in the history
  5. dilated conv integrated

    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    047d840 View commit details
    Browse the repository at this point in the history
  6. black fixes

    acs-ws committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9c16f9e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. changed the cat function call to correct one

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    515c69e View commit details
    Browse the repository at this point in the history
  2. activation functions made member in init

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f36ccab View commit details
    Browse the repository at this point in the history
  3. moved dilated conv generation to init

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    df4f070 View commit details
    Browse the repository at this point in the history
  4. fixing channels to 1

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    6bcbc98 View commit details
    Browse the repository at this point in the history
  5. cleaned forward method further

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f48f35c View commit details
    Browse the repository at this point in the history
  6. syntactical implementation complete

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0216272 View commit details
    Browse the repository at this point in the history
  7. comments in forward method is finalized

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    27d73ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffea5e9 View commit details
    Browse the repository at this point in the history
  9. fixed the prediction call in the test casE

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3685028 View commit details
    Browse the repository at this point in the history
  10. missing attributes added to torch jinet

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f99637c View commit details
    Browse the repository at this point in the history
  11. dilation and concat problems are fixed

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    36e4e33 View commit details
    Browse the repository at this point in the history
  12. magic f constant is removed

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bcc7c19 View commit details
    Browse the repository at this point in the history
  13. black and flake8 fixes

    acs-ws committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8ec202d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    5ac60fd View commit details
    Browse the repository at this point in the history
  2. working version

    acs-ws committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    df6577f View commit details
    Browse the repository at this point in the history
  3. n2t trainig loop is completed

    acs-ws committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f4b22de View commit details
    Browse the repository at this point in the history
  4. adding degressive residuals

    acs-ws committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    69fe6b3 View commit details
    Browse the repository at this point in the history
  5. input channel number parameter added

    acs-ws committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f411182 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    d0eeb6c View commit details
    Browse the repository at this point in the history
  2. black fix

    acs-ws committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2adfcea View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    ab7eb52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4a7b2 View commit details
    Browse the repository at this point in the history