pycmtensor.config#

PyCMTensor config module

Module Contents#

pycmtensor.config.generate_blas_flags()[source]#

Finds and generates the blas_flags config option for .aesararc

pycmtensor.config.generate_cxx_flags_macos()[source]#

Finds and generates the gcc__cxxflags config option in macos

pycmtensor.config.init_aesara_rc()[source]#

Generates the .aesararc config file in the user’s home directory

pycmtensor.config.init_environment_variables()[source]#

Sets misc. options in the environment variables

class pycmtensor.config.Config[source]#

Class object to store config and hyperparameters

set_hyperparameter(key: str, value)[source]#
set_lr_scheduler(scheduler)[source]#