update_aifeducation_progress_bar_epochs {aifeducation} | R Documentation |
Update epoch progress bar in aifeducation shiny app.
Description
This function updates the epoch progress bar in aifeducation shiny app. The progress bar reports the current state of the overall process.
Usage
update_aifeducation_progress_bar_epochs(value, total, title = NULL)
Arguments
value |
|
total |
|
title |
|
Details
This function is called very often during training a model. Thus, the function does not check the requirements for updating the progress bar to reduce computational time. The check for fulfilling the necessary conditions must be implemented separately.
Value
Function does nothing returns. It updates the progress bar with the id
"pgr_bar_aifeducation_epochs"
.
See Also
Other Auxiliary GUI Functions:
update_aifeducation_progress_bar()
,
update_aifeducation_progress_bar_steps()