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

[Opensora-PKU] v1.2.0 training and inference #647

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

Commits on Sep 11, 2024

  1. init

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    77fc28b View commit details
    Browse the repository at this point in the history
  2. fix sample_t2v

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b64dc96 View commit details
    Browse the repository at this point in the history
  3. revise causalvae

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8401b59 View commit details
    Browse the repository at this point in the history
  4. vae reconstruction revision

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3d3c3be View commit details
    Browse the repository at this point in the history
  5. vae reconstruction updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c3d3b70 View commit details
    Browse the repository at this point in the history
  6. vae two more modules

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ad31b63 View commit details
    Browse the repository at this point in the history
  7. vae inference

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9ccfe5c View commit details
    Browse the repository at this point in the history
  8. fix vae inference error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    296d6e5 View commit details
    Browse the repository at this point in the history
  9. fix causal conv1d padding

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b51c69a View commit details
    Browse the repository at this point in the history
  10. rope and pos_embed

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1a1eba0 View commit details
    Browse the repository at this point in the history
  11. revise attention

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c1b4deb View commit details
    Browse the repository at this point in the history
  12. update opensora_t2v

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7f7af40 View commit details
    Browse the repository at this point in the history
  13. update samplet2v

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    499e8a7 View commit details
    Browse the repository at this point in the history
  14. convert opensora t2v ckpt

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b4e0fa2 View commit details
    Browse the repository at this point in the history
  15. fix errors

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1eb3da3 View commit details
    Browse the repository at this point in the history
  16. load vae differently

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6b19bf6 View commit details
    Browse the repository at this point in the history
  17. load vae differently

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dde36ac View commit details
    Browse the repository at this point in the history
  18. fix sample_t2v errors

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    401dd35 View commit details
    Browse the repository at this point in the history
  19. updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    93617d9 View commit details
    Browse the repository at this point in the history
  20. test opensora

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    69e23f9 View commit details
    Browse the repository at this point in the history
  21. remove redundant modules

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    20b661e View commit details
    Browse the repository at this point in the history
  22. put pixarttimesteps to fp32

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    882063b View commit details
    Browse the repository at this point in the history
  23. use diffusers attn_processor

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    30367a6 View commit details
    Browse the repository at this point in the history
  24. allow attention_mode

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9a1ec89 View commit details
    Browse the repository at this point in the history
  25. fix ms flash-attention

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e229464 View commit details
    Browse the repository at this point in the history
  26. remove enable_flashattention

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8bc9408 View commit details
    Browse the repository at this point in the history
  27. test-rope

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    608a76a View commit details
    Browse the repository at this point in the history
  28. fix rope position error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    42f6385 View commit details
    Browse the repository at this point in the history
  29. fix enable_flash_attention

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b8f1f15 View commit details
    Browse the repository at this point in the history
  30. conver pytorch bin

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1525916 View commit details
    Browse the repository at this point in the history
  31. fix graph error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c6334d7 View commit details
    Browse the repository at this point in the history
  32. adapt to graph mode

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f2a9f59 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    562063f View commit details
    Browse the repository at this point in the history
  34. train init

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8f2c352 View commit details
    Browse the repository at this point in the history
  35. remove test scripts

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    47649fd View commit details
    Browse the repository at this point in the history
  36. correct inference error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5be23aa View commit details
    Browse the repository at this point in the history
  37. support t1v and t2i sampling

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e458559 View commit details
    Browse the repository at this point in the history
  38. update prompts

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    44a50c7 View commit details
    Browse the repository at this point in the history
  39. compatible ckpt loading

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8e17248 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8fc56b0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b4dec83 View commit details
    Browse the repository at this point in the history
  42. update train script

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ef7c660 View commit details
    Browse the repository at this point in the history
  43. update sample_text_embed

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8417563 View commit details
    Browse the repository at this point in the history
  44. initial training updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c150652 View commit details
    Browse the repository at this point in the history
  45. alter filter_prefix name

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    77a542e View commit details
    Browse the repository at this point in the history
  46. updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f6c4fc7 View commit details
    Browse the repository at this point in the history
  47. handle bf16 torch weight

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    18b4687 View commit details
    Browse the repository at this point in the history
  48. adapt to graph mode

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    93120b9 View commit details
    Browse the repository at this point in the history
  49. a torch-like dataloader

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1fb1f2f View commit details
    Browse the repository at this point in the history
  50. collate_fn

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    71e106b View commit details
    Browse the repository at this point in the history
  51. update datasets

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0e4f148 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    7a0d075 View commit details
    Browse the repository at this point in the history
  53. test dataset

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a10ccf4 View commit details
    Browse the repository at this point in the history
  54. update test

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9a2fdf9 View commit details
    Browse the repository at this point in the history
  55. updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c6ad29a View commit details
    Browse the repository at this point in the history
  56. use batch sampler

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ece842b View commit details
    Browse the repository at this point in the history
  57. change transform func

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fb40716 View commit details
    Browse the repository at this point in the history
  58. update text utils

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    29bc734 View commit details
    Browse the repository at this point in the history
  59. update Collate fn

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2eda37a View commit details
    Browse the repository at this point in the history
  60. adapt to return text_embed

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5cafed1 View commit details
    Browse the repository at this point in the history
  61. set dataloder len

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b51bec1 View commit details
    Browse the repository at this point in the history
  62. adapt text dataset

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    053cb69 View commit details
    Browse the repository at this point in the history
  63. merge data

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6c0c0ce View commit details
    Browse the repository at this point in the history
  64. remove redundant

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cfce529 View commit details
    Browse the repository at this point in the history
  65. sequence parallel sampling

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9b71a43 View commit details
    Browse the repository at this point in the history
  66. text encoder dtype to fp16

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e9b2f88 View commit details
    Browse the repository at this point in the history
  67. correct text dataset error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    92f6bab View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    d6561ac View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    f3d3340 View commit details
    Browse the repository at this point in the history
  70. change t2i cfg to 4.5

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    404ef81 View commit details
    Browse the repository at this point in the history
  71. update training data

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c49b036 View commit details
    Browse the repository at this point in the history
  72. update netwithloss args order

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4b17530 View commit details
    Browse the repository at this point in the history
  73. allow text embed

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    00ef555 View commit details
    Browse the repository at this point in the history
  74. jit_syntax_level

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4653557 View commit details
    Browse the repository at this point in the history
  75. test transform_al

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    266bbda View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    865ca78 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    723e0e2 View commit details
    Browse the repository at this point in the history
  78. refine printing

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ee3c3fc View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    87a36c4 View commit details
    Browse the repository at this point in the history
  80. replace mint.repeat

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c0c38fb View commit details
    Browse the repository at this point in the history
  81. correct rope error

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    15a8db0 View commit details
    Browse the repository at this point in the history
  82. update training script

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c06e9d2 View commit details
    Browse the repository at this point in the history
  83. edit vae fp32 cell list

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c53924c View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    f3dc7a5 View commit details
    Browse the repository at this point in the history
  85. use kbk for training

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9808abf View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    7cf00d5 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    b9040f5 View commit details
    Browse the repository at this point in the history
  88. update readme

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c7bb3a6 View commit details
    Browse the repository at this point in the history
  89. update demo

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6271ef3 View commit details
    Browse the repository at this point in the history
  90. update ddp scripts

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    83de3e1 View commit details
    Browse the repository at this point in the history
  91. update args

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1c4dff8 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    283947a View commit details
    Browse the repository at this point in the history
  93. update sampling

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    18b4ea0 View commit details
    Browse the repository at this point in the history
  94. support ema offloading

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    168ef12 View commit details
    Browse the repository at this point in the history
  95. support ema offload

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d443025 View commit details
    Browse the repository at this point in the history
  96. load from pretrained

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ba5befe View commit details
    Browse the repository at this point in the history
  97. update training script

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    aac8882 View commit details
    Browse the repository at this point in the history
  98. updates

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fd4dfac View commit details
    Browse the repository at this point in the history
  99. huiyao's edits on seq parallel

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    16e71c2 View commit details
    Browse the repository at this point in the history
  100. sp inference pipeline

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6430dd8 View commit details
    Browse the repository at this point in the history
  101. sp inference script

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ceeaaa6 View commit details
    Browse the repository at this point in the history
  102. clip_grad True by default

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5c2e519 View commit details
    Browse the repository at this point in the history
  103. refine readme

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    719a807 View commit details
    Browse the repository at this point in the history
  104. update readm

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    385c8c7 View commit details
    Browse the repository at this point in the history
  105. zero optimizer from zhaoting

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    260e7da View commit details
    Browse the repository at this point in the history
  106. adapt to zero1

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7171810 View commit details
    Browse the repository at this point in the history
  107. training script zero2

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    75aecad View commit details
    Browse the repository at this point in the history
  108. revise zero2 script

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f4d3cb5 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    83136de View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    c9e5e39 View commit details
    Browse the repository at this point in the history
  111. update sampling scripts names

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0b923d View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    f82e8ac View commit details
    Browse the repository at this point in the history
  113. edits from huiyao

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    32f0a53 View commit details
    Browse the repository at this point in the history
  114. change dataset to mixkit

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    04e0221 View commit details
    Browse the repository at this point in the history
  115. use lr=1e-5

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8d364c6 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    1ec3959 View commit details
    Browse the repository at this point in the history
  117. fix lr print

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3df7549 View commit details
    Browse the repository at this point in the history
  118. remove video ddp and use zero2

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8b4e57a View commit details
    Browse the repository at this point in the history
  119. use StopAtStepCallback

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0e37439 View commit details
    Browse the repository at this point in the history
  120. test dataset

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    59526d3 View commit details
    Browse the repository at this point in the history
  121. remove infinite dataloader

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    db6c16a View commit details
    Browse the repository at this point in the history
  122. do not support drop_last

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ee7dba7 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    8269133 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    13c57ad View commit details
    Browse the repository at this point in the history
  125. test ms text encoder

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9ad5f89 View commit details
    Browse the repository at this point in the history
  126. remove torch dependency

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    72bef80 View commit details
    Browse the repository at this point in the history
  127. sp_sampling

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    42dd49e View commit details
    Browse the repository at this point in the history
  128. sp support

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b865d7e View commit details
    Browse the repository at this point in the history
  129. update zero helper check

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a99af90 View commit details
    Browse the repository at this point in the history
  130. support sp training

    wtomin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    decaa17 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    6eae031 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. update scripts

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    379d4ec View commit details
    Browse the repository at this point in the history
  2. update performance table

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f90ae65 View commit details
    Browse the repository at this point in the history
  3. updates

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aabc3ea View commit details
    Browse the repository at this point in the history
  4. set syntax level to lax

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    42cf8b8 View commit details
    Browse the repository at this point in the history
  5. updates

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    79668cd View commit details
    Browse the repository at this point in the history
  6. solve loss not printing

    wtomin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    960acf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. delete bak code

    wtomin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d879ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770a537 View commit details
    Browse the repository at this point in the history
  3. no precision_mode by default

    wtomin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8930b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8ec20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cc4571 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. correct typo

    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4d13c55 View commit details
    Browse the repository at this point in the history
  2. update 29x480p speed

    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    34174d4 View commit details
    Browse the repository at this point in the history
  3. ema adaptation

    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d0a27cf View commit details
    Browse the repository at this point in the history
  4. Revert "ema adaptation"

    This reverts commit d0a27cf.
    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8bde5f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c9129b View commit details
    Browse the repository at this point in the history
  6. update 93x720p

    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e72f7dc View commit details
    Browse the repository at this point in the history
  7. revise learning rate to 5e-5

    wtomin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    35110b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. speed update

    wtomin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1bdb8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31bcf5 View commit details
    Browse the repository at this point in the history
  3. use variant ema_decay

    wtomin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e00d3c8 View commit details
    Browse the repository at this point in the history
  4. update printing message

    wtomin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f8a7a1e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. update cann hyperlink

    wtomin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c62bf02 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 10, 2024

  1. correct table header typo

    wtomin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8e85bc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix typo

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    90ef9b9 View commit details
    Browse the repository at this point in the history
  2. update causalvae training

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e91267b View commit details
    Browse the repository at this point in the history
  3. val during training

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6946e70 View commit details
    Browse the repository at this point in the history
  4. update metric fn

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ace2aa6 View commit details
    Browse the repository at this point in the history
  5. val during training

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2813f53 View commit details
    Browse the repository at this point in the history
  6. align LR to 1e-4

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8bd3e53 View commit details
    Browse the repository at this point in the history
  7. support zero3 and graph mode

    wtomin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7b46343 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. correct typo

    wtomin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a61718b View commit details
    Browse the repository at this point in the history