Conversation
|
@nvdreidenbach FYI In my next iteration I intend to modify |
sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py
Outdated
Show resolved
Hide resolved
sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py
Outdated
Show resolved
Hide resolved
sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py
Outdated
Show resolved
Hide resolved
sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py
Outdated
Show resolved
Hide resolved
sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py
Outdated
Show resolved
Hide resolved
nvdreidenbach
left a comment
There was a problem hiding this comment.
lgtm. Please merge after running the notebook tests to make sure there are no memory issues. Also remove vscode settings
|
/ok to test |
@nvdreidenbach, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test |
@nvdreidenbach, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test cd43133 |
Head branch was pushed to by a user without write access
|
/ok to test 2878d66 |
|
/ok to test 2878d66 |
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
Signed-off-by: btrentini <[email protected]>
|
/ok to test 5c20730 |
5c20730 to
2ff04aa
Compare
|
/ok to test 2ff04aa |
|
/ok to test 5c20730 |
@nvdreidenbach, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/ |
|
/ok to test 2ff04aa |
|
lgtm. Nice works! |
youhanl-nvidia
left a comment
There was a problem hiding this comment.
Looks good to me. Approved.
Description
Generates an entropic time schedule by remapping time based on the
cumulative information gain provided by a predictor function.
Inspired by the work from Dejan Stancevic, Florian Handke, & Luca Ambrogioni. (2025).
Entropic Time Schedulers for Generative Diffusion Models (https://arxiv.org/abs/2504.13612)
This entropy rate is used to create an optimized, data-dependent time-stepping schedule for the generative process.
Type of changes
CI Pipeline Configuration
Configure CI behavior by applying the relevant labels:
Note
By default, the notebooks validation tests are skipped unless explicitly enabled.
Authorizing CI Runs
We use copy-pr-bot to manage authorization of CI
runs on NVIDIA's compute resources.
automatically be copied to a pull-request/ prefixed branch in the source repository (e.g. pull-request/123)
/ok to testcomment on the pull request to trigger CI. This will need to be done for each new commit.Usage
Pre-submit Checklist