Skip to main content
Ctrl+K
argus 1.0.0 documentation - Home
  • Quick start
  • Guides
  • Examples
  • API reference
  • GitHub
  • Quick start
  • Guides
  • Examples
  • API reference
  • GitHub

Section Navigation

  • Model
  • Callbacks
    • Base callback
    • Checkpoints
    • Early stopping
    • Learning rate schedulers
    • Logging
  • Metrics
  • Engine
  • Utils
  • API reference
  • Callbacks

Callbacks#

  • Base callback
    • Callback
  • Decorator callbacks
    • on_event()
    • on_start()
    • on_complete()
    • on_epoch_start()
    • on_epoch_complete()
    • on_iteration_start()
    • on_iteration_complete()
    • on_catch_exception()
    • FunctionCallback
  • Checkpoints
    • Checkpoint
    • MonitorCheckpoint
  • Early stopping
    • EarlyStopping
  • Learning rate schedulers
    • LambdaLR
    • StepLR
    • MultiStepLR
    • ExponentialLR
    • CosineAnnealingLR
    • ReduceLROnPlateau
    • CyclicLR
    • CosineAnnealingWarmRestarts
    • MultiplicativeLR
    • OneCycleLR
    • LRScheduler
  • Logging
    • LoggingToFile
    • LoggingToCSV

previous

Model

next

Base callback

Show Source

© Copyright 2020, Ruslan Baikulov.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.2.