add WarmupCosineSchedule, UNETR & ViT Docstrings#2545
add WarmupCosineSchedule, UNETR & ViT Docstrings#2545wyli merged 3 commits intoProject-MONAI:devfrom ahatamiz:2537-unetr-v3
Conversation
|
/build |
2 similar comments
|
/build |
|
/build |
|
@wyli I am not sure why some checks take long time. It seems like some tests fail due to this reason. |
sure, thanks for letting me know. could you please help add some tests for this module "monai/optimizers/lr_scheduler.py"? I think there is currently no direct unit tests for it. |
|
/build |
2 similar comments
|
/build |
|
/build |
Hi @wyli . Thanks. I think originally there were no unit tests for other schedulers in "monai/optimizers/lr_scheduler.py" . So that was the main reason I did not write unit tests for |
|
/build |
Signed-off-by: ahatamizadeh <[email protected]>
|
/black |
Signed-off-by: ahatamizadeh <[email protected]>
|
/black |
wyli
left a comment
There was a problem hiding this comment.
Thanks! would be great to have the other lr schedulers tested with the same testing approach.
Hi @wyli , Thanks a lot. For now, I added tests for |
Signed-off-by: ahatamizadeh [email protected]
Fixes #2537, fixes #2548
Description
Adding support for Warmup Cosine scheduler, used mainly in training transformer-based models. Unittests added.
Enhancing UNETR and ViT docstrings with examples.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.