Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

add prepare_model_param and preset_params for all models #869

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Commits on May 20, 2019

  1. set fcis params in _models

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    4b69c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6341172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52698eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    074525f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb6d5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d650828 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbbd90c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e38b79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19da306 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    680d2b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d5dfbb View commit details
    Browse the repository at this point in the history
  12. use preset_param in resnet

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    bf7fd78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0bf377 View commit details
    Browse the repository at this point in the history
  14. fix default iter2 value

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    02306ee View commit details
    Browse the repository at this point in the history
  15. fix typo in prepare_param

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    92ef569 View commit details
    Browse the repository at this point in the history
  16. refactor prepare_param

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f738136 View commit details
    Browse the repository at this point in the history
  17. merge into one function

    Hakuyume authored and knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    68809ee View commit details
    Browse the repository at this point in the history
  18. update FCIS

    Hakuyume authored and knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    847daa1 View commit details
    Browse the repository at this point in the history
  19. update examples

    Hakuyume authored and knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    cc0df20 View commit details
    Browse the repository at this point in the history
  20. update ResNet

    Hakuyume authored and knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    0a6be8d View commit details
    Browse the repository at this point in the history
  21. fix

    Hakuyume authored and knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    b6e4efa View commit details
    Browse the repository at this point in the history
  22. support python2

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    1ef4c72 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    365f448 View commit details
    Browse the repository at this point in the history
  24. use preset_params in vgg

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a2c8338 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4dc1984 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2d1689c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    07d5439 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    59147bb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0d3cbf1 View commit details
    Browse the repository at this point in the history
  30. use preset_params in segnet

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c5d9104 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7820e3b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4ae7cc5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8799fef View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    01468da View commit details
    Browse the repository at this point in the history
  35. use preset_params in yolo

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    9c09241 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4196597 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b80fa1a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0906cdb View commit details
    Browse the repository at this point in the history
  39. use preset_params in pspnet

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c447dcb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7aee72f View commit details
    Browse the repository at this point in the history
  41. fix test_yolo

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    053c35b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d9f49b6 View commit details
    Browse the repository at this point in the history
  43. fix test_pspnet

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d9775a3 View commit details
    Browse the repository at this point in the history
  44. use preset_params in senet

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    2f41e6d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e4992e3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    44eae14 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cc37c79 View commit details
    Browse the repository at this point in the history
  48. use preset_params in deeplab

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d4a8fc8 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    951c191 View commit details
    Browse the repository at this point in the history
  50. fix doc

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    918ce86 View commit details
    Browse the repository at this point in the history
  51. fix test_fcis_resnet101

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ccb3814 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    21eab5b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1f1293c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    be0bf03 View commit details
    Browse the repository at this point in the history
  55. add args.dataset in demo.py

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c6c153c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    437de77 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9051b16 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    9cc2079 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    20504f7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1661583 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5cf1922 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    6911a2e View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    4051c34 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    45af569 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    86f4641 View commit details
    Browse the repository at this point in the history
  66. copy param in tests

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8ea3b8a View commit details
    Browse the repository at this point in the history
  67. fix typo in tests

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c466451 View commit details
    Browse the repository at this point in the history
  68. use params copy in examples

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    4cec8da View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    979b479 View commit details
    Browse the repository at this point in the history
  70. use deepcopy in examples

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    efebb57 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    1d9295c View commit details
    Browse the repository at this point in the history
  72. use deepcopy in tests

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    b914fe8 View commit details
    Browse the repository at this point in the history
  73. remove unused lines

    knorth55 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c71d7c4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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