Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
CNeuroMax
CNeuroMax
  • Installation
  • Execution
  • Contribution
  • cneuromax
    • config
    • fitting
      • config
      • deeplearning
        • config
        • datamodule
          • base
        • litmodule
          • base
          • classification
            • base
          • nnmodule
            • mlp
          • store
        • runner
        • store
        • train
        • utils
          • lightning
      • deeplneuroevo
      • neuroevolution
        • agent
          • base
        • config
        • fit
        • net
          • cpu
            • static
              • rnnfc
        • runner
        • space
          • base
          • reinforcement
        • utils
          • compute
          • evolve
          • exchange
          • initialize
          • readwrite
          • type
          • validate
          • wandb
      • runner
      • store
      • utils
        • hydra
    • projects
      • classify_mnist
        • datamodule
        • datamodule_test
        • litmodule
      • neuroevorl_control
        • agent
        • space
    • runner
    • serving
    • store
    • testing
    • utils
      • beartype
      • gymnasium_test
      • hydra_zen
      • misc
      • mpi4py
      • runner
      • torch
      • wandb
Back to top
View this page

runner¶

FittingTaskRunner.

class cneuromax.fitting.runner.FittingTaskRunner[source]¶

Bases: BaseTaskRunner

Fitting task runner.

classmethod store_configs(store)[source]¶

Stores structured configs.

Warning

Make sure to call this method if you are overriding it.

Parameters:

store (ZenStore) – See store_configs().

Return type:

None

Next
store
Previous
wandb
Copyright © 2023, The CNeuroMax Authors
Made with Sphinx and @pradyunsg's Furo
On this page
  • runner
    • FittingTaskRunner
      • FittingTaskRunner.store_configs()