cox
latest
  • Walkthrough 1: Logging and Reading Data
    • Initializing stores
    • Creating tables
      • A note on serialization
    • Logging
      • Incremental updates with update_row
    • Reading data
    • CollectionReader: Reading many experiments at once
  • Walkthrough 2: Using cox with tensorboardX
    • Viewing multiple tensorboards with cox.tensorboard_view
  • cox.readers module
  • cox.store module
  • cox.tensorboard_view module
  • cox.utils module
cox
  • Docs »
  • Index
  • Edit on GitHub

Index

A | C | D | F | G | H | L | M | N | O | P | S | T | U

A

  • add_table() (cox.store.Store method)
  • add_table_like_example() (cox.store.Store method)
  • append_row() (cox.store.Table method)
  • as_dict() (cox.utils.Parameters method)

C

  • close() (cox.readers.CollectionReader method)
    • (cox.store.Store method)
  • CollectionReader (class in cox.readers)
  • consistent() (in module cox.utils)
  • cox.readers (module)
  • cox.store (module)
  • cox.tensorboard_view (module)
  • cox.utils (module)

D

  • df (cox.store.Table attribute)
  • df() (cox.readers.CollectionReader method)

F

  • flush_row() (cox.store.Table method)

G

  • get_object() (cox.store.Table method)
  • get_pickle() (cox.store.Table method)
  • get_state_dict() (cox.store.Table method)
  • get_table() (cox.store.Store method)

H

  • has_tensorboard() (in module cox.utils)

L

  • log_table_and_tb() (cox.store.Store method)

M

  • main() (in module cox.tensorboard_view)
  • mkdirp() (in module cox.utils)

N

  • nrows (cox.store.Table attribute)

O

  • obj_to_string() (in module cox.utils)
  • OBJECT (cox.store.Store attribute)
  • override_json() (in module cox.utils)

P

  • Parameters (class in cox.utils)
  • PICKLE (cox.store.Store attribute)
  • PYTORCH_STATE (cox.store.Store attribute)

S

  • schema (cox.store.Table attribute)
  • schema_from_dict() (in module cox.store)
  • Store (class in cox.store)
  • string_to_obj() (in module cox.utils)

T

  • Table (class in cox.store)

U

  • update_row() (cox.store.Table method)

© Copyright 2019, Logan Engstrom and Andrew Ilyas Revision a658b157.

Built with Sphinx using a theme provided by Read the Docs.