This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Is it possible to use auto_scale_batch_size
and auto_lr_find
in lightning-flash?
#1270
Unanswered
IncubatorShokuhou
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use
auto_scale_batch_size
andauto_lr_find
in lightning-flash (like in PytorchLightning) in an ObjectDetection task, but it seems that these two arguments can not work in lightning-flash. How can I use these two arguments properly (with lr and lr_scheduler defined inmodel
) ?Here is my script based on the official ObjectDetection example in the doc:
The code is runable, but it seems that both
auto_scale_batch_size
andauto_lr_find
did not work.Beta Was this translation helpful? Give feedback.
All reactions