wandb_sweep_run_done Subroutine

public subroutine wandb_sweep_run_done()

Signal that the current sweep run's training is finished.

The sweep agent callback will call wandb.finish() and request the next set of hyperparameters from the sweep controller. Call this once per sweep run, after all logging is done.

Arguments

None

Source Code

  subroutine wandb_sweep_run_done()
    !! Signal that the current sweep run's training is finished.
    !!
    !! The sweep agent callback will call wandb.finish() and request the next
    !! set of hyperparameters from the sweep controller.
    !! Call this once per sweep run, after all logging is done.
    call wandb_sweep_run_done_c()
  end subroutine wandb_sweep_run_done