brainpy.base.load_by_h5#

brainpy.base.load_by_h5(filename, target, verbose=False)[source]#

Load variables in a HDF5 file.

Parameters
  • filename (str) – The filename to load variables.

  • target (Base) – The instance of Base.

  • verbose (bool) – Whether report the load progress.