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

jgrss/stream #36

Merged
merged 170 commits into from
Nov 9, 2022
Merged

jgrss/stream #36

merged 170 commits into from
Nov 9, 2022

Commits on Oct 16, 2022

  1. updated Docker files

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4ac3c8c View commit details
    Browse the repository at this point in the history
  2. create data with masks

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    33bebe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859535f View commit details
    Browse the repository at this point in the history
  4. better data loading

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b3deaf5 View commit details
    Browse the repository at this point in the history
  5. support masks and orientation

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9a9a1c1 View commit details
    Browse the repository at this point in the history
  6. changed loss imports

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    7738877 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90a589e View commit details
    Browse the repository at this point in the history
  8. update prediction layers

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    07991b8 View commit details
    Browse the repository at this point in the history
  9. support orientations

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4b8c3d4 View commit details
    Browse the repository at this point in the history
  10. added mask rcnn

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    e02162b View commit details
    Browse the repository at this point in the history
  11. formatting

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    e05f410 View commit details
    Browse the repository at this point in the history
  12. formatting

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5456b03 View commit details
    Browse the repository at this point in the history
  13. updated args

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    f1bff62 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a449f63 View commit details
    Browse the repository at this point in the history
  15. formatting

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    1855cf2 View commit details
    Browse the repository at this point in the history
  16. support masks and orientation

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    7a75704 View commit details
    Browse the repository at this point in the history
  17. update tests

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6f031ec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cb0741e View commit details
    Browse the repository at this point in the history
  19. created new module for masks

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    d5e7755 View commit details
    Browse the repository at this point in the history
  20. update tests

    jgrss committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    1bb5296 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. removed import

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    777dd84 View commit details
    Browse the repository at this point in the history
  2. flatten tensor

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c5a592d View commit details
    Browse the repository at this point in the history
  3. add IoU for masks

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    54802ac View commit details
    Browse the repository at this point in the history
  4. commented unused

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6c642a5 View commit details
    Browse the repository at this point in the history
  5. reorganization

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6c8120f View commit details
    Browse the repository at this point in the history
  6. resize mask data

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    76bd618 View commit details
    Browse the repository at this point in the history
  7. added trainable layers argument

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4ef5b56 View commit details
    Browse the repository at this point in the history
  8. added trainable layers argument

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    01eb0b5 View commit details
    Browse the repository at this point in the history
  9. experiment with UNET+++

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    643f814 View commit details
    Browse the repository at this point in the history
  10. formatting

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    48b18cc View commit details
    Browse the repository at this point in the history
  11. added CLI arg

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    94d4cbd View commit details
    Browse the repository at this point in the history
  12. pass the correct model

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    dde14ea View commit details
    Browse the repository at this point in the history
  13. created new modules

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0dfb072 View commit details
    Browse the repository at this point in the history
  14. added extra SWA options

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3609649 View commit details
    Browse the repository at this point in the history
  15. reduced RNN layers

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    53c3b75 View commit details
    Browse the repository at this point in the history
  16. increase max image size

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1e5baa4 View commit details
    Browse the repository at this point in the history
  17. moved layers to base

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6ecf3ea View commit details
    Browse the repository at this point in the history
  18. added CLI args for SWA

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    fc276bb View commit details
    Browse the repository at this point in the history
  19. pass CLI args

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    019a342 View commit details
    Browse the repository at this point in the history
  20. created base layers

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    47b9116 View commit details
    Browse the repository at this point in the history
  21. merged main

    jgrss committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    00fc231 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. added process

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a4a04b5 View commit details
    Browse the repository at this point in the history
  2. formatting

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    913b110 View commit details
    Browse the repository at this point in the history
  3. added maskrcnn training

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    64e19fa View commit details
    Browse the repository at this point in the history
  4. minor

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    368fe1a View commit details
    Browse the repository at this point in the history
  5. add layers

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f098e7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119f176 View commit details
    Browse the repository at this point in the history
  7. add layers

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f3795f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eda6c7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54b922e View commit details
    Browse the repository at this point in the history
  10. new args

    jgrss committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2856826 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. added zero padding option

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bdf2cf4 View commit details
    Browse the repository at this point in the history
  2. added fallow class

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1ceb350 View commit details
    Browse the repository at this point in the history
  3. add support for fallow

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    025a7b9 View commit details
    Browse the repository at this point in the history
  4. add zero padding to data

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0716c53 View commit details
    Browse the repository at this point in the history
  5. add num_classes option

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5afe011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b02667 View commit details
    Browse the repository at this point in the history
  7. add args

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4479bff View commit details
    Browse the repository at this point in the history
  8. add num_classes option

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6192ea2 View commit details
    Browse the repository at this point in the history
  9. changed fallow default

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ca8d08f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7b020a View commit details
    Browse the repository at this point in the history
  11. added check for maskrcnn

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1de42f8 View commit details
    Browse the repository at this point in the history
  12. pass convstar parameters

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    033fcf1 View commit details
    Browse the repository at this point in the history
  13. use orientation

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f339d5b View commit details
    Browse the repository at this point in the history
  14. change layers

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    17a644f View commit details
    Browse the repository at this point in the history
  15. add check for maskrcnn

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d66a303 View commit details
    Browse the repository at this point in the history
  16. add args

    jgrss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e1763ea View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. removed res

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    af6f786 View commit details
    Browse the repository at this point in the history
  2. removed orientation

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    c8688b7 View commit details
    Browse the repository at this point in the history
  3. added maskrcnn arg

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    cb2197b View commit details
    Browse the repository at this point in the history
  4. added maskrcnn arg

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    19b0e27 View commit details
    Browse the repository at this point in the history
  5. test modify layers

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    510073c View commit details
    Browse the repository at this point in the history
  6. added alpha parameter

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    2a56fc6 View commit details
    Browse the repository at this point in the history
  7. unused lines

    jgrss committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    77bac80 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. stash

    jgrss committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    49f7c83 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. revert model

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5f46979 View commit details
    Browse the repository at this point in the history
  2. merged main

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2d2c03e View commit details
    Browse the repository at this point in the history
  3. testing

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a8a8fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0a31d View commit details
    Browse the repository at this point in the history
  5. test new layers

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e45de7a View commit details
    Browse the repository at this point in the history
  6. updated predictions

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    43a72d3 View commit details
    Browse the repository at this point in the history
  7. fixed loss

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    eea781a View commit details
    Browse the repository at this point in the history
  8. fixed MCC

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0734064 View commit details
    Browse the repository at this point in the history
  9. write all crop layers

    jgrss committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2b957f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. allow multi-crop outputs

    jgrss committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    dfe9aeb View commit details
    Browse the repository at this point in the history
  2. allow multi-crop outputs

    jgrss committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ae10fbc View commit details
    Browse the repository at this point in the history
  3. allow multi-crop outputs

    jgrss committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    87dea48 View commit details
    Browse the repository at this point in the history
  4. allow multi-crop outputs

    jgrss committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2fd0130 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. set classes

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4ac8f0a View commit details
    Browse the repository at this point in the history
  2. change loss imports

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8b883db View commit details
    Browse the repository at this point in the history
  3. moved parallel to utils

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    25cf2c1 View commit details
    Browse the repository at this point in the history
  4. updated losses

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3124f54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74bf348 View commit details
    Browse the repository at this point in the history
  6. test parallel normalizer

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ccf6c83 View commit details
    Browse the repository at this point in the history
  7. added scorers

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f8a4e42 View commit details
    Browse the repository at this point in the history
  8. updated band count

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5038918 View commit details
    Browse the repository at this point in the history
  9. added class check

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3195a2d View commit details
    Browse the repository at this point in the history
  10. remove global constant

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    53110ca View commit details
    Browse the repository at this point in the history
  11. remove global constant

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5c12898 View commit details
    Browse the repository at this point in the history
  12. remove global constant

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cbe48af View commit details
    Browse the repository at this point in the history
  13. add counts

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7fade5a View commit details
    Browse the repository at this point in the history
  14. remove super

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4ffd5f6 View commit details
    Browse the repository at this point in the history
  15. added weights

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    446827c View commit details
    Browse the repository at this point in the history
  16. cleanup

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f7d78b7 View commit details
    Browse the repository at this point in the history
  17. remove land cover

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    eb7068d View commit details
    Browse the repository at this point in the history
  18. parallelize normalization

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2bcf3ea View commit details
    Browse the repository at this point in the history
  19. add classes path

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4adff2e View commit details
    Browse the repository at this point in the history
  20. remove globals import

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e6934a0 View commit details
    Browse the repository at this point in the history
  21. change args

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b61fa65 View commit details
    Browse the repository at this point in the history
  22. remove land cover

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f7ba041 View commit details
    Browse the repository at this point in the history
  23. get num_classes from data

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3d4e86e View commit details
    Browse the repository at this point in the history
  24. placeholder weights

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2e075e1 View commit details
    Browse the repository at this point in the history
  25. return additional hidden layer

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    79e1514 View commit details
    Browse the repository at this point in the history
  26. add crop-type output

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d51a170 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cb81eed View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3ec5ef6 View commit details
    Browse the repository at this point in the history
  29. fixed crop loss

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    efaadb7 View commit details
    Browse the repository at this point in the history
  30. removed zero check

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3deaf71 View commit details
    Browse the repository at this point in the history
  31. added loss device

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a6398f2 View commit details
    Browse the repository at this point in the history
  32. added axis for stacking

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f5149db View commit details
    Browse the repository at this point in the history
  33. move softmax

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    bacba70 View commit details
    Browse the repository at this point in the history
  34. added softmax before argmax

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3b6821e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3011150 View commit details
    Browse the repository at this point in the history
  36. ignore zero in crop-type f1

    jgrss committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ff33c40 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. added lightning predict option

    jgrss committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    34f57e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aaf877 View commit details
    Browse the repository at this point in the history
  3. modified stream for TCN

    jgrss committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1079aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32fb8a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. modified class weights

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b64ba4c View commit details
    Browse the repository at this point in the history
  2. fixed weights

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7a5e2f3 View commit details
    Browse the repository at this point in the history
  3. modified layers

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fd2af75 View commit details
    Browse the repository at this point in the history
  4. changed transformer

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c56ed74 View commit details
    Browse the repository at this point in the history
  5. ignore 0s

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e6591a0 View commit details
    Browse the repository at this point in the history
  6. add HED

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3defc13 View commit details
    Browse the repository at this point in the history
  7. added crop replace option

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4b2338d View commit details
    Browse the repository at this point in the history
  8. added gain and offset

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3b34951 View commit details
    Browse the repository at this point in the history
  9. fixed dictionary

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5255aa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a61249 View commit details
    Browse the repository at this point in the history
  11. add edge assertion

    jgrss committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    09ffec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. stash

    jgrss committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    fd33a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. testing boundary stream

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    73da7d7 View commit details
    Browse the repository at this point in the history
  2. add distance

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    6e79525 View commit details
    Browse the repository at this point in the history
  3. remove recoded non-crop

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    d555054 View commit details
    Browse the repository at this point in the history
  4. added date format option

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    17bc2a5 View commit details
    Browse the repository at this point in the history
  5. add date format

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    066e313 View commit details
    Browse the repository at this point in the history
  6. fixed date index

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ecb72ce View commit details
    Browse the repository at this point in the history
  7. added field check

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    5f2710f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b4fbdf View commit details
    Browse the repository at this point in the history
  9. added check for height/width

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a3d4f44 View commit details
    Browse the repository at this point in the history
  10. added skip index option

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    aa95fd2 View commit details
    Browse the repository at this point in the history
  11. hide boundary layers

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    3bdb019 View commit details
    Browse the repository at this point in the history
  12. reorganize

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    afd9d13 View commit details
    Browse the repository at this point in the history
  13. update

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    cad2c8c View commit details
    Browse the repository at this point in the history
  14. add attention

    jgrss committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    953393d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. test quantile regression

    jgrss committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d387d21 View commit details
    Browse the repository at this point in the history
  2. modify double conv

    jgrss committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e09df17 View commit details
    Browse the repository at this point in the history
  3. changed regression loss

    jgrss committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9a810d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. added orientation

    jgrss committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9183b83 View commit details
    Browse the repository at this point in the history
  2. fixed in-memory predict method

    jgrss committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3ec6245 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. cleanup

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dccb4d4 View commit details
    Browse the repository at this point in the history
  2. minor syntax change;

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d924942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b0bb7 View commit details
    Browse the repository at this point in the history
  4. delete the large model

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bebe0d3 View commit details
    Browse the repository at this point in the history
  5. update CI

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    62c24d5 View commit details
    Browse the repository at this point in the history
  6. add quotes

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c05c750 View commit details
    Browse the repository at this point in the history
  7. add profiler option

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e863c7f View commit details
    Browse the repository at this point in the history
  8. pin torch_sparse

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    354f9dc View commit details
    Browse the repository at this point in the history
  9. change torch version

    jgrss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    24ed46c View commit details
    Browse the repository at this point in the history